• OpenVPN with Dual WAN Load balancing

    2
    0 Votes
    2 Posts
    283 Views
    RicoR
    https://www.netgate.com/resources/videos/advanced-openvpn-on-pfsense-24.html Multi-WAN Tactics starting at around 40:05min. -Rico
  • DNS Resolver - all interfaces to default DNS in general options.

    2
    0 Votes
    2 Posts
    196 Views
    No one has replied
  • OpenVPN Server. TLS Nogotiation Failed. (Client not receiving any Bytes)

    6
    0 Votes
    6 Posts
    527 Views
    RicoR
    Is your pfSense WAN address RFC1918? So there is any ISP upstream router? Did you forward your OpenVPN port from this router to pfSense? -Rico
  • OpenVPN server via stunnel @pfsense - routing not working

    2
    0 Votes
    2 Posts
    752 Views
    JKnottJ
    @jacotec said in OpenVPN server via stunnel @pfsense - routing not working: What did I miss? You might have some "fun" getting through the Great Firewall of China. Using an unauthorized VPN is illegal there. A fried of mine worked in China for a while and couldn't get a firewall to work.
  • OpenVPN + certificate + TOTP

    4
    0 Votes
    4 Posts
    1k Views
    Raffi_R
    @rhoekstra thank you very much for the info. It does makes sense. I follow most of it :) I currently already have an ovpn setup which requires a unique cert per user. As you said it is more work, but I prefer this since I do have users which travel. If a user cert is compromised, I can revoke that specific cert and it won't affect other users. I have more homework to do on the radius part. I have not configured that yet. Thanks again. Raffi
  • StrongVPN

    2
    0 Votes
    2 Posts
    403 Views
    B
    @Tjh said in StrongVPN: TLS Warning: no data channel sounds like you have tls enabled. but strongvpn does not support it? open the opvn files and setup the tunnel with what is displayed... alot of times you have to remove a few things in the opvn file to get it to connect. no idea there since i never tried that provider
  • Can't enable interface for vpn client

    2
    0 Votes
    2 Posts
    221 Views
    V
    resolved. changed browsers . chrome to firefox.
  • Trying to setup OpenVPN Client Connection

    6
    0 Votes
    6 Posts
    1k Views
    F
    Thank you so much, trying Edge worked and I was ale to save the setting and finish the setup. P.S. for anyone reading this... this error appeared to be part of of a deeper issue so what I did was backup the configuration and rebuilt the system from scratch (Not a Reset to Factory default) as I tried that first and it didn't resolve anything, but a full re-install the os and applied the backup. This was the greatest fix and resolve other "glitches" as well. Thank you for your help. Cheers
  • openvpn server connected to lan, no internet

    10
    0 Votes
    10 Posts
    2k Views
    P
    THANK YOU this worked perfectly. I figured it was something involving the gateway, being that I wasn't using the default gateway.
  • EXPRESS VPN DNS Edit: Issue resolved.

    16
    0 Votes
    16 Posts
    5k Views
    B
    I got it working, after setting up the port forward I had to go to firewall - rules - lan and move up the new rule so that vpn dns grabs before the dns resolver. [image: 1553684083712-annotation-2019-03-27-033736.jpg] [image: 1553684092733-annotation-2019-03-27-033910.jpg] granted this is with mullvad but I also got it working with expressvpn. Since express doesn't give out their dns and it can't be found in the ovpn config; easiest solution is running their client on your desktop and using cmd commands to find the dns address being used inside the tunnel.
  • OpenVpn keeps crashing

    1
    0 Votes
    1 Posts
    310 Views
    No one has replied
  • OpenVPN failover function?

    3
    0 Votes
    3 Posts
    453 Views
    A
    I found this guide, do you think it can work? Its some years old. https://nguvu.org/pfsense/pfsense-multi-vpn-wan/ Thank you.
  • OpenVPN fails to start

    6
    0 Votes
    6 Posts
    1k Views
    V
    @MathiasMa said in OpenVPN fails to start: But does it really matter? No, as long as you keep it in mind and don't add another subnet to pfSense which overlaps it, it doesn't.
  • Multiple Open VPN Connections

    1
    0 Votes
    1 Posts
    311 Views
    No one has replied
  • Site2Site-OpenVPN Tunnel routing wont work on one of two tunnels

    7
    0 Votes
    7 Posts
    740 Views
    M
    On the server-side (if that's the right config), looks like it's set up as a remote access server, which isn't what you want. You need to change the server mode to one of the Peer to Peer options and configure the server for either a shared key or PKI setup. On the client-side, the client is not routing any networks over the tunnel. So, there appear to be several issues: The server-side needs to be reconfigured for Peer to Peer mode The client-side is not routing any networks over the tunnel. a. If the objective was shared key, here's one of your issues b. If the objective was PKI, the server-side will need iroute statements for the client's network(s) in the CSO section The client override screenshot posted in your OP is missing an entry in the "IPv4 Remote Network/s", which will autogenerate the iroute statements needed for the server to reach the client's network behind this connection. Assuming you went with a PKI setup. This is unlikely, but the client-side is double NAT'd behind an edge device, so if basic end-to-end IP communication still isn't working after making your corrections, it's possible that the client may need a static route on the edge device for the tunnel network.
  • Connection Change issue

    Moved
    2
    0 Votes
    2 Posts
    336 Views
    stephenw10S
    @althaf said in Connection Change issue: tls key negotiation failed to occur within 60 seconds That error simply means the server did not respond. So either it is unable to reach the server via that connection or the server is blocking connections from that IP address. Steve
  • OpenVPN client can't resolve hostname, DNS query denied

    2
    0 Votes
    2 Posts
    1k Views
    RicoR
    In the OpenVPN RAS Advanced Client Settings push your pfSense IP as DNS again together with Force DNS cache update: [image: 1553416285825-pfsense_push-openvpn-dns-server.png] You also need a Firewall Rule for the OpenVPN Client to reach pfSense DNS. For testing best practice is to put some any-any Rule in the OpenVPN Firewall tab. Once you have everything working tighten your Rules. -Rico
  • Use Remote Host IP of OVPN interface as a variable in a bash script.

    3
    0 Votes
    3 Posts
    312 Views
    S
    The closest thing I can find there is --show-gateway, which lists the IP of the gateway interface that OpenVPN uses to make its connections. I don't see any commands that give me the remote host information shown on status_openvpn.php in webconfigurator. edit: Success! I accomplished what I wanted by using the following: INTERFACEIP=`dig @resolver1.opendns.com ovpnc1 myip.opendns.com +short`
  • VPN in this combination possible?

    8
    0 Votes
    8 Posts
    848 Views
    PippinP
    Some VPN providers offer port forwarding. Search Cyberghost's help/faq if they offer that.
  • site to site cannot ping between LAN clients

    4
    0 Votes
    4 Posts
    395 Views
    RicoR
    I'd recommend you to change one sides subnet and run OpenVPN in default and recommended tun mode. -Rico
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.