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

VPN Clients cannot see internal network after 2.6 to 2.7 upgrade

Scheduled Pinned Locked Moved General pfSense Questions
29 Posts 3 Posters 2.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.
  • S
    stephenw10 Netgate Administrator
    last edited by Aug 29, 2023, 11:44 AM

    Check the client logs, are they being passed that subnet info?

    Check the server logs for any errors there.

    I'm not aware of any specific changes in 2.7 that might cause this but L2TP connections are probably the least used VPN type.

    Are you using the 'L2TP Clients' system alias in any rules? I assume not since that would also fail in 2.6.

    Steve

    U 1 Reply Last reply Aug 29, 2023, 10:46 PM Reply Quote 0
    • U
      uptown @stephenw10
      last edited by Aug 29, 2023, 10:46 PM

      @stephenw10 We powered up a backup of our 2.6 instance before we upgraded to 2.7 and that is working perfectly with our L2TP over IPSec clients. It is definitely something in 2.7 that is the problem and I've seen on other forums that the upgrade to 2.7 is giving issues, especially VPN issues.

      1 Reply Last reply Reply Quote 0
      • S
        stephenw10 Netgate Administrator
        last edited by Aug 30, 2023, 11:39 AM

        Ok so what exactly is failing here if you compare clients on the two systems?

        Do clients on the 2.6 server get routes to the internal subnet?

        Is traffic blocked in 2.7?

        U 1 Reply Last reply Sep 9, 2023, 2:14 PM Reply Quote 0
        • U
          uptown @stephenw10
          last edited by Sep 9, 2023, 2:14 PM

          @stephenw10 Yes that is the case. 2.6 gets the routes to the internal subnet and 2.7 is blocked to the internal subnet. We troubleshooted several different ways over the past week and just concluded that it is something in 2.7. We would have created a ticket with Netgate support but decided not to because 2.6 works without fail. And we'll just continue to work with that until possible 2.7.1/2.8 is the fix. But we are definitely open to any tips or something we may have overlooked.

          S 1 Reply Last reply Sep 9, 2023, 3:26 PM Reply Quote 0
          • S
            stephenw10 Netgate Administrator @uptown
            last edited by Sep 9, 2023, 3:26 PM

            @uptown said in VPN Clients cannot see internal network after 2.6 to 2.7 upgrade:

            2.6 gets the routes to the internal subnet and 2.7 is blocked to the internal subnet.

            There's a big difference between the client not getting a route and the client traffic being blocked. Really we need to know exactly what the difference at the client is between 2.6 and 2.7. Or that there is no difference at the client and the only thing different is at the firewall end.

            U 1 Reply Last reply Sep 13, 2023, 7:31 PM Reply Quote 0
            • U
              uptown @stephenw10
              last edited by Sep 13, 2023, 7:31 PM

              @stephenw10 I'll explain it this way: We backed up the 2.6 server and then upgraded it to 2.7, with no configuration changes at all. When we discovered trouble with 2.7, we then switched over to the 2.6 backup we created which works well.

              1 Reply Last reply Reply Quote 0
              • S
                stephenw10 Netgate Administrator
                last edited by Sep 13, 2023, 8:15 PM

                Yes I understand. But to diagnose the issue we need to know exactly what is failing. For example is the server failign to pass a route to the client at all? Or maybe it's passing it in some format the client is rejecting. Or maybe it's passing a route in exactly the same way, the client is using it but for some reason the firewall is blocking it. Or it could be a server end routing issue where hosts in the subnet behind the server cannot reply; though that seems unlikely.

                U 1 Reply Last reply Sep 14, 2023, 1:54 PM Reply Quote 0
                • U
                  uptown @stephenw10
                  last edited by Sep 14, 2023, 1:54 PM

                  @stephenw10 the pfSense 2.7 firewall is not passing the route through, on both ends when doing a trace the route dies at the 2.7 firewall.

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Sep 14, 2023, 3:09 PM

                    Hmm, well if you traceroute to something on the LAN subnet from a VPN client and it's hitting pfSense at all then the client must have the correct route. Otherwise it would try to send it outside the VPN.

                    So that implies the firewall is either not routing it correctly or is blocking it. You don't see any blocked traffic though? Can I assume you don't see any passed traffic logged either?

                    1 Reply Last reply Reply Quote 0
                    • N
                      NZ
                      last edited by NZ Jul 26, 2024, 12:17 AM Jul 26, 2024, 12:14 AM

                      I know this topic is a little old.
                      But we're also running into a similar issue, thought I add to it here.
                      Since we just started upgrading from v2.6 to v2.7.

                      Doesn't look like this is a blocking issue.
                      It seems to be routing related.

                      Problem is the same.
                      We have L2TP over IPSEC VPN setup.
                      On v2.6 when VPN is established anything on the LAN is accessible.
                      However after upgrading to v2.7 we can' see anything on the LAN expect the PFsense IP and L2TP server IP, plus the VPN client IP.

                      Somehow nothing is getting routed from the VPN client to LAN beyond PFsense.

                      We're still pulling our hair out trying to troubleshoot this.
                      But we did find a difference betwen v2.6 and v2.7 in the routes table.
                      The remote LAN is 192.168.1.0/24
                      PFsense is on 192.168.1.1
                      L2TP server IP: 192.168.1.247
                      VPN client IP: 192.168.1.248

                      In v2.6 the Gateway assignment looks like this (in the routes table):
                      192.168.1.1 Gateway: link#4
                      192.168.1.247 Gateway: link#9
                      192.168.1.248 Gateway: link#9

                      But on v2.7 it looks like this:
                      192.168.1.1 Gateway: link#4
                      192.168.1.247 Gateway: link#4
                      192.168.1.248 Gateway: link#9

                      You can see the gateway relation.
                      It seems to reversed.

                      Let me know if this sheds some more light on the issue.

                      1 Reply Last reply Reply Quote 0
                      • S
                        stephenw10 Netgate Administrator
                        last edited by Jul 29, 2024, 1:44 PM

                        Hmm, well I wouldn't expect that to make much difference. I also don't expect to see three gateways in the same subnet though.
                        https://docs.netgate.com/pfsense/en/latest/vpn/l2tp/configuration.html#ip-addressing

                        What does the routing table at the client look like after it connects?

                        1 Reply Last reply Reply Quote 0
                        • N
                          NZ
                          last edited by stephenw10 Jul 29, 2024, 6:07 PM Jul 29, 2024, 4:25 PM

                          The client end shows PFsense v2.7:

                          Network Destination        Netmask          Gateway       Interface  Metric
                              192.168.1.0    255.255.255.0      192.168.1.247    192.168.1.248     26
                              192.168.1.248  255.255.255.255         On-link     192.168.1.248    281
                          

                          Even if we choose a completely different network for the VPN.
                          eg 10.10.10.1
                          Same thing.

                          So were out of ideas. Don't understand why it works fine like this in v2.6 but not in v2.7
                          As mentioned, the difference we found was in the way the gateways are structured.

                          Another thing I should add, is that we also have site-to-site IPSEC VPN tunnels setup between locations, and they can route to each other without any issue.
                          Infact, we can even ping the LAN on the remote IPSEC VPN from the client. But that same client cannot ping anything on the LAN it's initially VPN'd to.

                          So the issue seems to be with the Mobile VPN, since site-to-site is fine.
                          It's very odd. Doesn't make much sense.

                          1 Reply Last reply Reply Quote 0
                          • S
                            stephenw10 Netgate Administrator
                            last edited by Jul 29, 2024, 6:08 PM

                            Hmm, both ends of the L2TP are pfSense? I has assumed this was a remote access setup?

                            1 Reply Last reply Reply Quote 0
                            • N
                              NZ
                              last edited by Jul 31, 2024, 3:41 PM

                              For L2TP were connecting with Windows built-in L2TP client.
                              So Windows connects to the PFsense L2TP via PFsense Mobile IPsec.

                              Basically we setup the PFsense L2TP server.
                              And the PFsense IPsec Mobile Client.
                              Then remotely connect with Windows to PFsense.

                              1 Reply Last reply Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator
                                last edited by Jul 31, 2024, 7:08 PM

                                Ok, that's what I had assumed originally.

                                So is there a difference at the client routing table between 2.6 and 2.7?

                                1 Reply Last reply Reply Quote 0
                                • N
                                  NZ
                                  last edited by Jul 31, 2024, 8:59 PM

                                  We also checked that during our tests.
                                  Routing table on client is same regardless 2.6 or 2.7
                                  The only routing entries Windows gets from PFsense are the ones I listed above.

                                  Also a tracert looks like this.
                                  in v2.6:
                                  Tracing route to 192.168.1.45 over a maximum of 30 hops
                                  1 14 ms 13 ms 15 ms 192.168.1.247
                                  2 17 ms 15 ms 16 ms 192.168.1.45

                                  in 2.7:
                                  Tracing route to 192.168.1.45 over a maximum of 30 hops
                                  1 11 ms 4 ms 5 ms 192.168.1.247
                                  2 * * * Request timed out.

                                  .247 being the PFsense L2TP server IP.

                                  This is why I think the the Gateway Link# assignments may have something to do with it. That's the only difference we've noticed so far.

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    NZ
                                    last edited by Aug 16, 2024, 4:05 PM

                                    @stephenw10

                                    Any suggestions on what settings we can try?
                                    Using Mobile IPSEC that is.
                                    We don't want to use OpenVpn.

                                    Unless this is a bug in the system that needs to be worked out?

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      stephenw10 Netgate Administrator
                                      last edited by Aug 16, 2024, 4:18 PM

                                      You're able to use mobile IPSec dircetly? Without L2TP?

                                      1 Reply Last reply Reply Quote 0
                                      • N
                                        NZ
                                        last edited by Aug 16, 2024, 9:15 PM

                                        Only way to do that is ipsec to ipsec endpoints.
                                        (eg Pfsense to Pfsense)
                                        And yes that works fine.

                                        We use Windows clients.
                                        They need some kind of tunnel initiator like PPTP or L2TP.
                                        I don't know of any way to IPSEC from Windows without that.

                                        But you may be on to something, the L2TP server in Pfsense.
                                        That's what creates those gateways in the route table.
                                        But again it works fine in v2.6
                                        So there must be an issue in v2.7 with L2TP server.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by Aug 16, 2024, 9:18 PM

                                          You can use IKEv2 mobile IPSec on Windows directly. It's just not as straight forward:
                                          https://docs.netgate.com/pfsense/en/latest/recipes/ipsec-mobile-ikev2-client-windows.html

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received