• routing issue with concurrent openVPN clients

    1
    0 Votes
    1 Posts
    383 Views
    No one has replied
  • Three VPN Issues - can anyone help?

    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • Two clients cannot access the LAN after successfull connection to PfSense

    3
    0 Votes
    3 Posts
    715 Views
    T

    @mike_7947 Take a look at the following for guidance regarding address selection.

    https://routersecurity.org/ipaddresses.php

    Ted Quade

  • OpenVPN does not connect through WAN

    3
    0 Votes
    3 Posts
    823 Views
    JKnottJ

    @jknott

    I just noticed ULA is covered by the RFC 1918 rule, so I deleted my ULA rule.

  • RADIUS/LDAP clients CN shown as UNDEF <username> in the oVPN status page

    3
    0 Votes
    3 Posts
    786 Views
    X

    Hi @viktor_g,
    thx this one solved issue.

  • 0 Votes
    4 Posts
    2k Views
    R

    Thanks worked, its just put the same CA Name in Common name client specific override.

  • OpenVPN Okta 2FA/MFA integration and user management.

    1
    0 Votes
    1 Posts
    472 Views
    No one has replied
  • New BT Fibre - Multi WAN Openvpn considerations.

    1
    0 Votes
    1 Posts
    307 Views
    No one has replied
  • Pfsense and IPVanish over OpenVPN Step by Step Guide.

    2
    0 Votes
    2 Posts
    909 Views
    A

    @codemasterjc Did you ever get it figured out? I plan to use a video I found (https://www.youtube.com/watch?v=lUzSsX4T4WQ) and I also found a promising document:
    https://forum.netgate.com/topic/116235/guide-how-to-connect-pfsense-openvpn-client-to-ipvanish

    If you have something better, please share.

  • pfsense openvpn client port forwarding

    4
    0 Votes
    4 Posts
    735 Views
    A

    @aminbaik said in pfsense openvpn client port forwarding](/post/1040351):

    its my

    i resolved it by add the server subnet to tunnel address.

  • openvpn blocking dns failed

    4
    0 Votes
    4 Posts
    1k Views
    bingo600B

    @aikikun
    My guess is that you might have installed OpenVPN as "user" , it seems that it needs to be installed with local admin privilleges.

    See below:

    https://github.com/OpenVPN/openvpn-gui/issues/281 As Local-Admin, uninstall openvpn. Login as your user and re-install openvpn. At the UAC enter the Local-Admin password. This should create the group and add your user to it.

    It does not point to pfSense , as being the source of the error.

    /Bingo

  • Net2Net Bridge using Openvpn and TAP - need some Help please

    1
    0 Votes
    1 Posts
    336 Views
    No one has replied
  • VoIP (SIP) through a VPN tunnel has WAN source address

    2
    0 Votes
    2 Posts
    594 Views
    W

    UPDATE: IT WORKS!
    I did a clean install of v2.6 and selectively imported sections from the prior config.; specifically the OpenVPN, System, FW aliases (NOT rules), DHCP and DNS forwarder services. I did add an 'allow any-any' rule to the OpenVPN interface, but the WAN and LAN interfaces were left at default (basically empty).

    I did add DHCP options 066 and 160 to specify a provisioning server rather than manually entering it on the phone. A factory reset of the phone did the expected; downloaded a config. and registered with the PBX at the remote site. It can make and receive calls normally.

    I can't honestly say what the root cause was so it will just have to remain a mystery.

  • How to avoid copying OpenVPN client settings to another computer?

    1
    0 Votes
    1 Posts
    485 Views
    No one has replied
  • 0 Votes
    10 Posts
    3k Views
    mgiM

    @johnsheridan Thanks for the info and testing. That makes sense. I’ll have a look at those files and patch.

    This will be probably fixed in one of the next releases then.

  • How to make lokal networks of OpenVPN clients available to other clients?

    3
    0 Votes
    3 Posts
    592 Views
    R

    @viragomann
    Thank you very much for your suggestions.
    I prefer to use the proposed structure as I do not have many users, low amounts of traffic and I do not need to administrate multiple pfSense servers.

    Regarding the CA, I use self-signed certificates.

    The routing issue with overlapping local subnets is something I am now aware of. I will 10.x.x.x networks for the LANs of the routers. In this case, it is unlikely that a connecting user is in an identical subnet.

    I found this explanation regarding OpenVPN routing:
    https://community.openvpn.net/openvpn/wiki/RoutedLans
    This seems to be exactly what I would like to do.
    I will try it tomorrow.

    Thanks!

  • Route traffic through multiple site2site VPNs

    3
    0 Votes
    3 Posts
    753 Views
    J

    @viragomann Thanks a lot! For the IPSec tunnel i configured the opvenvpn tunnel network address and not the local network of the site (192.168.44.1).
    Thanks a lot!

  • OpenVPN blocking problem and need to restart the server.

    1
    0 Votes
    1 Posts
    318 Views
    No one has replied
  • OpenVPN connection stops working after changing default gateway

    5
    0 Votes
    5 Posts
    757 Views
    Z

    @viragomann Thank you! I kept searching for the setting to keep dead routes up. I had no idea it was in the miscellaneous settings area.

    With that change, I am having all traffic route properly only on the VPN interface now. When the VPN link goes down, internet stops as desired for clients connected to this pfsense gateway.

    I did have to tweak DNS Resolver settings for Outgoing Network Interfaces to only use the VPN interface for DNS queries. By default external DNS lookups were going through the WAN port even though there were no traffic rules set for the LAN to WAN.

    With your hints I am up and finally running this VM on a newer version of pfSense.

    Thank you again! Have a great day.

  • 0 Votes
    3 Posts
    2k Views
    blasterspikeB

    Still following the thread I mentioned above, I saw that the eval previously was right before RESULT=.
    I have tried to comment the if statement block and move eval, so this way

    # eval serial="\$tls_serial_${check_depth}" # if [ -n "$serial" ]; then eval serial="\$tls_serial_${check_depth}" RESULT=$(/usr/local/bin/php-cgi -q /etc/inc/openvpn.tls-verify.php "servercn=$2&depth=$3&certdepth=$4&certsubject=$5&serial=$serial&co nfig=$config") if [ "${RESULT}" = "FAILED" ]; then exit 1 fi # fi

    and I don't get anymore the error on the certificate!
    I don't know if I need to open an issue about this.

    However, now I get the error about the user authentication

    SENT CONTROL [spike]: 'AUTH_FAILED' (status=1)

    like I was getting when I set "Certificate Depth = Do Not Check".
    I looks like I'm not the only one having this issue.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.