Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    OpenVPN Issue with 2.4 upgrade

    Scheduled Pinned Locked Moved OpenVPN
    44 Posts 12 Posters 8.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      RHLinux
      last edited by

      @jarrad:

      An update from me.

      I would say that the fault lays here:

      Any OpenVPN gateways under System -> Routing that were present with an alternate monitoring IP prior to 2.4.1 are the cause of the issue.

      I went through and deleted the following:
      OpenVPN Server, Interface, CA, Certs, Gateways

      I am now able to

      1. Stop and start the OpenVPN server correctly without having to reboot
      2. Have alternate IP monitoring respond correctly via dpinger.

      That is good to know.  I also cleared all the above but still had some issues.  I also had an alternative monitoring IP address (monitoring the other end of the link) and had this issue only when upgrading.  I ended up changing the IP address of the link and rebooted the system.  This seemed to fix the problem.

      RHLinux

      1 Reply Last reply Reply Quote 0
      • A
        amires
        last edited by

        I have clean installed pfSense 2.4.1 and made all the necessary configs all by hand and still have this issue. I am going to disable ip monitoring
        for OpenVPN and see if that helps.

        I found out that is not just a WAN IP change that triggers this, there are other circumstances involved. I manually forced WAN IP change many
        times and OpenVPN client recovered successfully every time. So it is not just a WAN IP change that triggers this.

        By the way I am not using OpenVPN Server, it is the OpenVPN Client that I have issues with.

        UPDATE : I haven't had any more issues since I have disabled gateway monitoring on OpenVPN Client interface. My pfSense machine has been
        up for 3 days now without any kind of problem.

        1 Reply Last reply Reply Quote 0
        • J
          jarrad
          last edited by

          I spoke too soon.

          It broke as soon as I added a second client.

          I've since rebuilt it again from scratch and now the server won't assign itself an IP so routing internally is broken but clients can communicate.

          This also coincided with the upgrade to 2.4.2.

          1 Reply Last reply Reply Quote 0
          • U
            unclebacon
            last edited by

            Still having this same issue. It seems to happen upon any manual changes to the routes or if OpenVPN loses it's connection and attempts to reestablish it, giving these errors:

            Nov 30 10:16:28	openvpn	89059	TUN/TAP device ovpnc1 exists previously, keep at program end
            Nov 30 10:16:28	openvpn	89059	TUN/TAP device /dev/tun1 opened
            Nov 30 10:16:28	openvpn	89059	do_ifconfig, tt->did_ifconfig_ipv6_setup=0
            Nov 30 10:16:28	openvpn	89059	/sbin/ifconfig ovpnc1 10.4.28.44 10.4.0.1 mtu 1500 netmask 255.255.0.0 up
            Nov 30 10:16:28	openvpn	89059	FreeBSD ifconfig failed: external program exited with error status: 1
            Nov 30 10:16:28	openvpn	89059	Exiting due to fatal error
            

            It appears the only way to fix it (albeit temporarily) is to reboot and wait for it to happen once more.

            10.4.0.1           10.4.28.44         UGHS        lo0
            

            This is the leftover route that seems to be causing the issue, and any attempt to remove it manually gives:

            [2.4.2-RELEASE][root@pfSense.local.lan]/dev: route delete 10.4.0.1
            route: writing to routing socket: Address already in use
            delete host 10.4.0.1 fib 0: gateway uses the same route
            

            I have tried multiple iterations of the above route command with no success. I've manually removed the ovpnc1 interface, tun device. No luck. Any ideas?

            1 Reply Last reply Reply Quote 0
            • S
              Slugger
              last edited by

              Hitting the same issues and I'm also using AirVPN as my vpn provider.  I have 3 OpenVPN connections on my 2.4.2 install:

              Site to Site with shared key
              Remote access
              Client connection to AirVPN

              Site to site and remote access haven't had any problems and the client connection to AirVPN only causes troubles when I've set an explicit monitor IP.  Once I removed the monitor IP, the AirVPN connection hasn't caused me any problems.  Once I add the monitor IP, the connection is fine until it drops and needs to reconnect (for whatever reason) then it won't reconnect with the same ifconfig error as reported by others.  That same static route for the monitor IP hangs around as reported by others and I simply can't get it to go away nor can I get the tunnel to AirVPN to reconnect unless I:

              1. reboot pfSense OR
              2. Change the port I connect to AirVPN on, which then changes the link IP on the connection from 10.6.0.0/16 to say 10.4.0.0/16 which then let's everything reconnect but with that extra static route hanging around and then when it disconnects again then I now have two static routes that hang around, etc.

              And to answer the questions posed earlier in the thread:

              1. Is the VPN interface assigned/enabled under the Interfaces menu? Yes
              2. Does the VPN gateway have an alternate monitoring IP address? Yes (when I hit this problem, but for now I've removed the explicit monitor IP and haven't had any problems)
              3. Is there a DNS server set to use the VPN gateway? No
              4. Are there any manually-defined static routes set to the use VPN gateway? (there should never be, but some people add them not realizing they are a problem) No
              5. Any dynamic routing protocols using the VPN? No

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                So now my question is this: Is there anyone having this problem that is NOT using AirVPN?

                It may be triggered by some option pushed to the client by AirVPN. Rather than focusing on the disconnection, get some logs from when AirVPN connects, maybe with an increased verb level that will show what they are pushing.

                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                1 Reply Last reply Reply Quote 0
                • U
                  unclebacon
                  last edited by

                  @jimp:

                  So now my question is this: Is there anyone having this problem that is NOT using AirVPN?

                  It may be triggered by some option pushed to the client by AirVPN. Rather than focusing on the disconnection, get some logs from when AirVPN connects, maybe with an increased verb level that will show what they are pushing.

                  Here is a full log from OpenVPN set to the highest verbosity level.

                  https://pastebin.com/29eWQCGY

                  1 Reply Last reply Reply Quote 0
                  • D
                    dsp3
                    last edited by

                    @SirJohnEh:

                    Site to site and remote access haven't had any problems and the client connection to AirVPN only causes troubles when I've set an explicit monitor IP.  Once I removed the monitor IP, the AirVPN connection hasn't caused me any problems.  Once I add the monitor IP, the connection is fine until it drops and needs to reconnect (for whatever reason) then it won't reconnect with the same ifconfig error as reported by others.  That same static route for the monitor IP hangs around as reported by others and I simply can't get it to go away nor can I get the tunnel to AirVPN to reconnect unless I:

                    Leave gateway monitoring enabled, but do not put in an IP address to monitor. Does that work for you?

                    1 Reply Last reply Reply Quote 0
                    • S
                      Slugger
                      last edited by

                      Yes it does.  The only issue is it ends up monitoring its own IP address, which isn't very useful, but yes it does work (and it's what I'm actually doing now as a workaround).

                      1 Reply Last reply Reply Quote 0
                      • U
                        unclebacon
                        last edited by

                        That seems to be a workaround for me as well.

                        1 Reply Last reply Reply Quote 0
                        • A
                          amires
                          last edited by

                          For me the solution was to stop using AirVPN's gateway (10.4.0.1) as monitoring ip. I set 8.8.8.8 as the monitoring ip about two weeks ago and since then there were not any more OpenVPN crashes.

                          1 Reply Last reply Reply Quote 0
                          • R
                            RHLinux
                            last edited by

                            @jimp:

                            So now my question is this: Is there anyone having this problem that is NOT using AirVPN?

                            It may be triggered by some option pushed to the client by AirVPN. Rather than focusing on the disconnection, get some logs from when AirVPN connects, maybe with an increased verb level that will show what they are pushing.

                            Sorry for the late reply, but yes I had this issue and I am not using AirVPN, I have my own private VPN server setup and had this issue also.  Seems to be linked to the monitoring IP on the remote end.  After changing the remote monitoring end IP address it seems to clear the route in the routing table.

                            RHLinux

                            1 Reply Last reply Reply Quote 0
                            • W
                              Warudo
                              last edited by

                              Ran into the same issue with Mullvad.

                              1 Reply Last reply Reply Quote 0
                              • G
                                Gabri.91
                                last edited by

                                Hi @jimp I have the same issue and updated the redmine: https://redmine.pfsense.org/issues/8142

                                As you can see I have full control over the VPN server (and options) so I can do whatever test/log is needed in order to sort out the issue.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post
                                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.