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

VTI gateways not adding static routes in 24.03

IPsec
5
88
10.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic was forked from 24.03 causes issue with remote VPN stephenw10 May 15, 2024, 10:34 PM
This topic has been deleted. Only users with topic management privileges can see it.
  • L
    LarryFahnoe @OhYeah 0
    last edited by May 19, 2024, 10:04 PM

    @OhYeah-0 Yes, same as the messages you show.

    May 19 16:02:36 pfs-m php-fpm[67932]: /system_routes_edit.php: Configuration Change: fahnoe@192.168.5.67 (Local Database): Saved static route configuration.
    May 19 16:02:36 pfs-m check_reload_status[645]: Syncing firewall
    May 19 16:02:36 pfs-m php-fpm[67932]: /system_routes_edit.php: Beginning configuration backup to https://acb.netgate.com/save
    May 19 16:02:40 pfs-m php-fpm[594]: /system_routes.php: Gateway, NONE AVAILABLE
    May 19 16:02:40 pfs-m check_reload_status[645]: Reloading filter
    
    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by May 19, 2024, 10:19 PM

      No errors? Nothing in the Routing log?

      O L 2 Replies Last reply May 20, 2024, 6:03 AM Reply Quote 0
      • O
        OhYeah 0 @stephenw10
        last edited by May 20, 2024, 6:03 AM

        @stephenw10 said in VTI gateways in 24.03:

        No errors? Nothing in the Routing log?

        Nothing else apart from the "gateway not available" one.

        I booted the device back into 23.09 until a fix is found.

        1 Reply Last reply Reply Quote 0
        • L
          LarryFahnoe @stephenw10
          last edited by LarryFahnoe May 20, 2024, 11:55 AM May 20, 2024, 11:54 AM

          @stephenw10 said in VTI gateways in 24.03:

          No errors? Nothing in the Routing log?

          No. This is in part why I opened the redmine and am trying to provide information. I believe my config to be quite simple: just a pair of 4200s with an IPsec VTI between them & and static routes to the LANs on either side, so I would have expected that others would be seeing the same thing. It sounds like @OhYeah-0 has a somewhat more complex config but is seeing a similar issue. That such a simple config (as mine is) that was working properly prior to the upgrade to 24.03 spells BUG to me.

          Earlier I'd asked on the support thread about enabling debugging but got crickets. I see debug is set to false in /etc/inc/globals.inc and am tempted to turn that on. Is there a better or supported way to do that via the GUI somewhere? If so, I haven't found it.

          --Larry

          1 Reply Last reply Reply Quote 0
          • O
            OhYeah 0
            last edited by May 20, 2024, 12:13 PM

            I just remember that I installed another new Netgate 4100 for a new client and that device isn't actively being used, so I can use it for testing. It was immediately updated to 24.03 and it is showing exactly the same behavior.

            I tried deleting the existing static route and re-create it, it is still not appearing in the routes table. No error messages in system logs -> routing.

            My gut feeling is that the core reason of the bug is pfsense not considering 0.0.0.0/0 routing valid and thus not applying the static routes to the routes table.

            L 1 Reply Last reply May 20, 2024, 12:20 PM Reply Quote 0
            • L
              LarryFahnoe @OhYeah 0
              last edited by May 20, 2024, 12:20 PM

              @OhYeah-0 As mentioned above, mine are using a /30 transit network rather than the 0.0.0.0/0 config you have, but we seem to be seeing the same thing: the static route doesn't load. My curious gut says: is there a timing issue where the tunnel hasn't come up yet which makes the static route seem invalid? Seems like the logs are not telling us the whole story though.

              --Larry

              O 1 Reply Last reply May 20, 2024, 12:30 PM Reply Quote 0
              • O
                OhYeah 0 @LarryFahnoe
                last edited by OhYeah 0 May 20, 2024, 12:39 PM May 20, 2024, 12:30 PM

                @LarryFahnoe said in VTI gateways in 24.03:

                My curious gut says: is there a timing issue where the tunnel hasn't come up yet which makes the static route seem invalid?

                IPSEC P1 instances have come online in both cases without problems for me.

                EDIT: I think I might've have slightly misunderstood your point. It's an interesting thought that it could be a timing issue but I don't ever recall seeing such a problem with pfsense before.

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by May 20, 2024, 1:00 PM

                  Yeah it seems likely it fails to add the route because the gateway is not yet available. If you have a dynamic gateway like that it won't show as up until the link is established.

                  However I would expect it to then be able to add routes after the VTI and hence the gateway is up.

                  Using 0.0.0.0/0 means there is not a dynamic gateway so that could be a problem. I'm not sure why that would be any different in 23.09 though.

                  But I'm surprised the route command doesn't throw an error.

                  Can you manually add a route at the CLI?

                  O L 2 Replies Last reply May 20, 2024, 1:07 PM Reply Quote 0
                  • O
                    OhYeah 0 @stephenw10
                    last edited by May 20, 2024, 1:07 PM

                    @stephenw10 said in VTI gateways in 24.03:

                    Using 0.0.0.0/0 means there is not a dynamic gateway so that could be a problem.

                    BTW, just to clarify: using 0.0.0.0/0 routing, the gateway IP always showed as "dynamic" in previous versions (in GUI under System -> Routing -> Gateways). In the dashboard it shows as "n/a" as before.

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by May 20, 2024, 1:10 PM

                      Yeah so to add a static route there it would need to be via the interface directly. I'd have to dig into the syntax to test that.

                      Do you know how that static route appeared in the routing table in 23.09?

                      O 1 Reply Last reply May 20, 2024, 1:21 PM Reply Quote 0
                      • L
                        LarryFahnoe @stephenw10
                        last edited by May 20, 2024, 1:13 PM

                        @stephenw10 said in VTI gateways in 24.03:

                        Can you manually add a route at the CLI?

                        Yes, but the question is when. With the system up and tunnel functioning I can add another route (to a bogus network for test):

                        # route add -net 192.168.15.0/24 192.168.8.2
                        add net 192.168.15.0: gateway 192.168.8.2
                        

                        I can reboot later this morning but the tunnel comes up immediately, so it will likely not throw any error by the time I log in to add the route via the CLI. Again, one one system, rc.newwanip triggers the route to be added about 15 min after reboot.

                        Any insight to offer on my question about enabling debugging?

                        --Larry

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by May 20, 2024, 1:20 PM

                          Setting that would not give you any additional debug info AFAIK.

                          Hmm, yet resaving the static route does not create the route which should run that exact same command.... 🤔

                          L 1 Reply Last reply May 20, 2024, 2:29 PM Reply Quote 0
                          • O
                            OhYeah 0 @stephenw10
                            last edited by May 20, 2024, 1:21 PM

                            @stephenw10 said in VTI gateways in 24.03:

                            Do you know how that static route appeared in the routing table in 23.09?

                            DESTINATION - GATEWAY - FLAGS - USES - MTU - INTERFACE

                            10.10.24.0/24 link#13 US 7 1400 ipsec2

                            192.168.24.0/24 link#13 US 7 1400 ipsec2

                            192.168.131.0/24 link#13 US 7 1400 ipsec2

                            (From GUI: Diagnostics -> Routes)

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by May 20, 2024, 1:30 PM

                              Right so via the link directly.

                              L 1 Reply Last reply May 20, 2024, 3:34 PM Reply Quote 0
                              • L
                                LarryFahnoe @stephenw10
                                last edited by May 20, 2024, 2:29 PM

                                @stephenw10 said in VTI gateways in 24.03:

                                Hmm, yet resaving the static route does not create the route which should run that exact same command

                                Okay, so I just rebooted and then ssh'd in. The static route to 192.168.3.0/24 is missing, added it without issue. Lightly edited output removing the references to external addresses.

                                # netstat -rn4
                                Routing tables
                                
                                Internet:
                                Destination        Gateway            Flags     Netif Expire
                                127.0.0.1          link#6             UH          lo0
                                192.168.0.2        link#6             UH          lo0
                                192.168.5.0/24     link#3             U          igc2
                                192.168.5.1        link#6             UHS         lo0
                                192.168.8.1        link#6             UHS         lo0
                                192.168.8.2        link#9             UH       ipsec1
                                192.168.10.1       link#6             UH          lo0
                                # 
                                # route add -net 192.168.3.0/24 192.168.8.2
                                add net 192.168.3.0: gateway 192.168.8.2
                                # 
                                # netstat -rn4
                                Routing tables
                                
                                Internet:
                                Destination        Gateway            Flags     Netif Expire
                                127.0.0.1          link#6             UH          lo0
                                192.168.0.2        link#6             UH          lo0
                                192.168.3.0/24     192.168.8.2        UGS      ipsec1
                                192.168.5.0/24     link#3             U          igc2
                                192.168.5.1        link#6             UHS         lo0
                                192.168.8.1        link#6             UHS         lo0
                                192.168.8.2        link#9             UH       ipsec1
                                192.168.10.1       link#6             UH          lo0
                                

                                From my position, the commonality here is that @OhYeah-0 and I both have systems with static routes not getting loaded. Beyond that there are variations on the theme:

                                1. One of my systems does not get the static route on boot, but rc.newwanip triggers the route to be loaded about 15 min after boot
                                2. Another of my systems now does get the static route loaded on boot, but this was a result of the steps Lev suggested in the redmine. I haven't been able to get Lev's steps to work on my other system
                                3. It sounds like @OhYeah-0 has systems that do not get the static route loaded at all

                                --Larry

                                1 Reply Last reply Reply Quote 1
                                • L
                                  LarryFahnoe @stephenw10
                                  last edited by May 20, 2024, 3:34 PM

                                  @stephenw10 said in VTI gateways in 24.03:

                                  Right so via the link directly.

                                  Hmm, so you've uncovered a new wrinkle, but I wonder if that might be due to @OhYeah-0 using the 0.0.0.0/0?

                                  I have yet to roll back to 23.09.1 and look at how the route was loaded. I would assume however that since I am using a /30 transit network, the route would be via the gateway IP I provided; not sure if an interface route would make sense if the user provides a gateway IP.

                                  Under 24.03 I did just add the route via the link & traffic passes as expected.

                                  # route del -net 192.168.3.0/24 192.168.8.2 
                                  del net 192.168.3.0: gateway 192.168.8.2
                                  # 
                                  # route add -net 192.168.3.0/24 -interface ipsec1
                                  add net 192.168.3.0: gateway ipsec1
                                  # 
                                  # netstat -rn4
                                  Routing tables
                                  
                                  Internet:
                                  Destination        Gateway            Flags     Netif Expire
                                  127.0.0.1          link#6             UH          lo0
                                  192.168.0.2        link#6             UH          lo0
                                  192.168.3.0/24     link#9             US       ipsec1
                                  192.168.5.0/24     link#3             U          igc2
                                  192.168.5.1        link#6             UHS         lo0
                                  192.168.8.1        link#6             UHS         lo0
                                  192.168.8.2        link#9             UH       ipsec1
                                  192.168.10.1       link#6             UH          lo0
                                  

                                  --Larry

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by May 20, 2024, 3:46 PM

                                    Ok one thing to try here is editing and saving the VTI gateway in Sys > Routing > Gateways.

                                    Do that creates an entry for it in the config which can change it's behaviour, espeically at boot.

                                    L 1 Reply Last reply May 20, 2024, 4:39 PM Reply Quote 0
                                    • L
                                      LarryFahnoe @stephenw10
                                      last edited by LarryFahnoe May 20, 2024, 4:40 PM May 20, 2024, 4:39 PM

                                      @stephenw10 said in VTI gateways in 24.03:

                                      Ok one thing to try here is editing and saving the VTI gateway in Sys > Routing > Gateways.

                                      Do that creates an entry for it in the config which can change it's behaviour, espeically at boot.

                                      Hmm, you're shedding light here Stephen, thank you. Before making further changes I looked more carefully at the config.

                                      First off, while I am using a /30 transit network and routing via the gateway IP address, the config suggests it probably ought to be via the link since it does not record the IP:

                                              <staticroutes>
                                                      <route>
                                                              <network>192.168.3.0/24</network>
                                                              <gateway>MPLS_ALEX_VTIV4</gateway>
                                                              <descr><![CDATA[Alex LAN]]></descr>
                                                      </route>
                                              </staticroutes>
                                      

                                      Next, while I only see 2 gateways in the GUI, there are 3 defined in the config. The MPLS_ALEX_VTIV4 gateway is defined twice, once as dynamic, and again with the transit net IP:

                                              <gateways>
                                                      <gateway_item>
                                                              <interface>wan</interface>
                                                              <gateway>dynamic</gateway>
                                                              <name>WAN_DHCP</name>
                                                              <weight>1</weight>
                                                              <ipprotocol>inet</ipprotocol>
                                                              <interval>1000</interval>
                                                              <descr><![CDATA[Via Quantum Fiber C5500XK]]></descr>
                                                              <action_disable></action_disable>
                                                              <gw_down_kill_states></gw_down_kill_states>
                                                      </gateway_item>
                                                      <gateway_item>
                                                              <interface>opt3</interface>
                                                              <gateway>192.168.8.2</gateway>
                                                              <name>MPLS_ALEX_VTIV4</name>
                                                              <weight>1</weight>
                                                              <ipprotocol>inet</ipprotocol>
                                                              <descr><![CDATA[Interface MPLS_ALEX_VTIV4 Gateway]]></descr>
                                                              <gw_down_kill_states></gw_down_kill_states>
                                                      </gateway_item>
                                                      <gateway_item>
                                                              <interface>opt3</interface>
                                                              <gateway>dynamic</gateway>
                                                              <name>MPLS_ALEX_VTIV4</name>
                                                              <weight>1</weight>
                                                              <ipprotocol>inet</ipprotocol>
                                                              <interval>1000</interval>
                                                              <descr><![CDATA[Interface MPLS_ALEX_VTIV4 Gateway]]></descr>
                                                              <action_disable></action_disable>
                                                              <gw_down_kill_states></gw_down_kill_states>
                                                      </gateway_item>
                                                      <defaultgw4>WAN_DHCP</defaultgw4>
                                                      <defaultgw6></defaultgw6>
                                              </gateways>
                                      

                                      I do not have enough experience with pfSense to know what is normal.

                                      Now, to your point about editing and saving the VTI gateway.

                                      1. Delete static route via MPLS_ALEX_VTIV4
                                      2. Edit gateway MPLS_ALEX_VTIV4 (no change), save
                                      3. Add static route via MPLS_ALEX_VTIV4

                                      The gateways and staticroutes config sections remain the same. I'll reboot & expect the same 15 min delay before rc.newwanip triggers the route to be loaded.

                                      Next test is to delete the static route AND the VTI gateway, then recreate both...

                                      --Larry

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stephenw10 Netgate Administrator
                                        last edited by stephenw10 May 20, 2024, 5:28 PM May 20, 2024, 5:28 PM

                                        Huh, that is interesting. Did you perhaps add a gateway manually as well as the dynamic gateway?

                                        In a test instance here I only see the dynamic gateway. However static roots are added and are shown via the real gateway address:

                                        [24.03-RELEASE][admin@5100.stevew.lan]/root: netstat -rn4
                                        Routing tables
                                        
                                        Internet:
                                        Destination        Gateway            Flags     Netif Expire
                                        default            172.21.16.1        UGS        igb0
                                        10.52.52.1         link#8             UHS         lo0
                                        10.52.52.2         link#19            UH       ipsec3
                                        10.86.8.0/24       link#21            U        ovpns1
                                        10.86.8.1          link#8             UHS         lo0
                                        10.110.20.0/26     link#11            U       tun_wg0
                                        10.110.20.10       link#8             UHS         lo0
                                        127.0.0.1          link#8             UH          lo0
                                        172.21.16.0/24     link#1             U          igb0
                                        172.21.16.1        link#1             UHS        igb0
                                        172.21.16.21       link#8             UHS         lo0
                                        172.21.16.149      172.21.16.1        UGHS       igb0
                                        172.21.16.186      172.21.16.1        UGHS       igb0
                                        192.168.21.0/24    link#2             U          igb1
                                        192.168.21.1       link#8             UHS         lo0
                                        192.168.21.5       link#8             UHS         lo0
                                        192.168.144.0/24   10.52.52.2         UGS      ipsec3
                                        192.168.221.0/24   link#14            U         lagg0
                                        192.168.221.1      link#8             UHS         lo0
                                        
                                        L 1 Reply Last reply May 20, 2024, 7:33 PM Reply Quote 0
                                        • L
                                          LarryFahnoe @stephenw10
                                          last edited by May 20, 2024, 7:33 PM

                                          @stephenw10 After quite a bit more testing, I have narrowed the missing static route problem down to the non-dynamic <gateway_item> shown above. The real puzzler is that rolling back to 23.09.1 (BE right before the upgrade), I only have the two dynamic <gateway_items>. <staticroutes> are the same.

                                          23.09.1 pre-upgrade:

                                                  <staticroutes>
                                                          <route>
                                                                  <network>192.168.3.0/24</network>
                                                                  <gateway>MPLS_ALEX_VTIV4</gateway>
                                                                  <descr><![CDATA[Alex LAN]]></descr>
                                                          </route>
                                                  </staticroutes>
                                          
                                                  <gateways>
                                                          <gateway_item>
                                                                  <interface>opt3</interface>
                                                                  <gateway>dynamic</gateway>
                                                                  <name>MPLS_ALEX_VTIV4</name>
                                                                  <weight>1</weight>
                                                                  <ipprotocol>inet</ipprotocol>
                                                                  <descr><![CDATA[Interface MPLS_ALEX_VTIV4 Gateway]]></descr>
                                                                  <monitor_disable></monitor_disable>
                                                                  <gw_down_kill_states></gw_down_kill_states>
                                                          </gateway_item>
                                                          <gateway_item>
                                                                  <interface>wan</interface>
                                                                  <gateway>dynamic</gateway>
                                                                  <name>WAN_DHCP</name>
                                                                  <weight>1</weight>
                                                                  <ipprotocol>inet</ipprotocol>
                                                                  <interval>1000</interval>
                                                                  <descr><![CDATA[Via Quantum Fiber C5500XK]]></descr>
                                                                  <gw_down_kill_states></gw_down_kill_states>
                                                          </gateway_item>
                                                          <defaultgw4>WAN_DHCP</defaultgw4>
                                                          <defaultgw6></defaultgw6>
                                                  </gateways>
                                          

                                          To clean up the errant <gateway_item> required tearing down and rebuilding much of the config:

                                          1. Delete static route to 192.168.3.0/24 via MPLS_ALEX_VTIV4
                                          2. Delete MPLS_ALEX_VTIV4 interface assignment
                                          3. Disable IPsec P1 and P2
                                          4. Delete gateway MPLS_ALEX_VTIV4
                                            [ Gateway was grayed out (Gateway inactive, interface is missing) before attempting to delete and remains in this state after attempting to delete ]
                                          5. Delete the IPsec P2
                                          6. Delete the gateway MPLS_ALEX_VTIV4
                                            [ Gateway is deleted and deleted from config.xml ]
                                          7. Recreate IPsec P2
                                          8. Enable IPsec P1 and P2
                                          9. Add interface ipsec1
                                          10. Enable interface OPT3 (skip renaming to MPLS_ALEX_VTIV4)
                                          11. OPT3_VTIV4 gateway is created automatically
                                          12. Add static route to 192.168.3.0/24 via OPT3_VTIV4
                                          13. Add the OPT3 rules for site to site traffic and gateway monitoring
                                          14. Reboot

                                          Did this on both of my systems and they are both rebooting cleanly with the IPsec VTI coming up and passing traffic immediately.

                                          I will add this update to the redmine, but it still does not explain where the non-dynamic <gateway_item> came from, and I'm not sure it addresses the problem that @OhYeah-0 is seeing.

                                          --Larry

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