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

    IPsec VTI does not pass traffic on 2.6.0

    Scheduled Pinned Locked Moved IPsec
    28 Posts 5 Posters 3.3k 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.
    • jimpJ
      jimp Rebel Alliance Developer Netgate
      last edited by

      What are your IPsec firewall rules like?

      Do you see anything get dropped in the firewall log?

      Any errors in the IPsec log?

      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!

      T 1 Reply Last reply Reply Quote 0
      • K
        Kev.i.n
        last edited by

        I'm seeing the exact same behaviour! thought it was just me at first.

        I have pfSense connected to a UniFi security gateway using a S2S VTI. Running 2.5.2 and previous versions worked fine without issues. Following the upgrade to 2.6.0, both Phase 1 and 2 come up yet I'm not able to send anything across.

        I did see the warning in the docs about the name change and confirmed this changed from ipsec1000 to ipsec1 under Interfaces > Assignments.

        The firewall rules over the VPN are pretty relaxed and nothing has changed in there so don't believe this to be the cause.

        I've since tried:

        • Filter Reload
        • Changing network port of the VTI interface to something else then back to ipsec1
        • Tearing down P1 of the VPN and letting it reconnect
        • Restarted the IPSec service (under Status > IPSec)

        After re-installing the pfSense box to 2.5.2 and restoring the config, the VPN tunnel comes back up and passes traffic successfully.

        When I was running 2.6.0, I did have a look at the system logs and only thing that really popped out was the below but other than that, everything else looked pretty normal. (I'm no longer on 2.6.0 to verify other log entries)

        trap not found, unable to acquire reqid 5009

        Hope this helps.

        Kev

        jimpJ 1 Reply Last reply Reply Quote 1
        • jimpJ
          jimp Rebel Alliance Developer Netgate @Kev.i.n
          last edited by

          @kev-i-n said in IPsec VTI broken when upgrading to 2.6.0?:

          trap not found, unable to acquire reqid 5009

          That's normal for VTI, VTI can't use trap policies.

          If you try moving to 2.6.x again, first keep a copy of your /var/etc/ipsec/swanctl.conf and compare a copy from 2.5.2 and 2.6.0 with your configuration. Also keep a copy of the output of ifconfig -a

          For anyone else experiencing problems, it would help to see that file as well. You can redact the private info but keep as much unique as possible.

          I've got about a dozen or so VTI tunnels going here in my lab with all sorts of different configurations and they all work for me.

          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!

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

            @thatsysadmin said in IPsec VTI broken when upgrading to 2.6.0?:

            ipsec1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1400
            [...]
            reqid: 5002

            One thing that stands out to me here is that it's ipsec1 but reqid: 5002, it should be 5001 (or ipsec2). since the interface name and the reqid should both be based on the same value. It makes me wonder what the IPsec configuration looks like both in your config.xml and in /var/etc/ipsec/swanctl.conf.

            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!

            T 1 Reply Last reply Reply Quote 1
            • K
              Kev.i.n @jimp
              last edited by

              @jimp OK, did another upgrade and taken a copy of /var/etc/ipsec/swanctl.conf.

              The only difference I can see, other than some additional comments is the reqid value and IPv6 added to remote_ts and local_ts.

              Redacted a few bits but configs shown below:

              2.5.2

              # This file is automatically generated. Do not edit
              connections {
              	con1000 {
              		fragmentation = yes
              		unique = replace
              		version = 2
              		proposals = aes256-sha1-modp2048
              		dpd_delay = 10s
              		dpd_timeout = 60s
              		rekey_time = 0s
              		reauth_time = 0s
              		over_time = 8640s
              		rand_time = 8640s
              		encap = no
              		mobike = no
              		local_addrs = <local_endpoint>
              		remote_addrs = <remote_endpoint_fqdn>
              		local {
              			id = <local_endpoint>
              			auth = psk
              		}
              		remote {
              			id = <remote_endpoint>
              			auth = psk
              		}
              		children {
              			con1000 {
              				dpd_action = restart
              				policies = no
              				life_time = 28800s
              				rekey_time = 25920s
              				rand_time = 2880s
              				start_action = start
              				remote_ts = 10.6.106.2,0.0.0.0/0
              				local_ts = 10.6.106.1/30,0.0.0.0/0
              				reqid = 1000
              				esp_proposals = aes256-sha1-modp2048
              			}
              		}
              	}
              }
              secrets {
              	ike-0 {
              		secret = <redacted>
              		id-0 = %any
              		id-1 = <remote_endpoint>
              	}
              }
              

              2.6.0

              # This file is automatically generated. Do not edit
              connections {
              	con1 {
              		# P1 (ikeid 1)
              		fragmentation = yes
              		unique = replace
              		version = 2
              		proposals = aes256-sha1-modp2048
              		dpd_delay = 10s
              		rekey_time = 0s
              		reauth_time = 0s
              		over_time = 8640s
              		rand_time = 8640s
              		encap = no
              		mobike = no
              		local_addrs = <local_endpoint>
              		remote_addrs = <remote_endpoint_fqdn>
              		local {
              			id = <local_endpoint>
              			auth = psk
              		}
              		remote {
              			id = <remote_endpoint>
              			auth = psk
              		}
              		children {
              			con1 {
              				# P2 (reqid 9): Route-Based
              				policies = no
              				life_time = 28800s
              				rekey_time = 25920s
              				rand_time = 2880s
              				start_action = start
              				remote_ts = 10.6.106.2,0.0.0.0/0,::/0
              				local_ts = 10.6.106.1/30,0.0.0.0/0,::/0
              				reqid = 5001
              				esp_proposals = aes256-sha1-modp2048
              				dpd_action = restart
              			}
              		}
              	}
              }
              secrets {
              	ike-0 {
              		secret = <redacted>
              		id-0 = %any
              		id-1 = <remote_endpoint>
              	}
              }
              
              1 Reply Last reply Reply Quote 0
              • T
                timboau 0
                last edited by

                Yes same problem here - was running 2.5.2 (which broke the IPSEC connection viewing status)
                Upgraded to 2.6.0 39 of 40 IPSEC connections connected first time (I hoped it was just a glitch)

                Woke up this morning to a nightmare of tunnels just not connecting about 8 were just a mess and not functional they were connecting back to versions 2.5.1 mostly)

                Luckily it was a VM so rolled back to 2.5.2 and all tunnels came up immediately.

                1 Reply Last reply Reply Quote 0
                • T
                  timboau 0 @jimp
                  last edited by

                  @jimp If you're interested I'm able to fire up the VM with 2.6 on it and you can see what its doing? It will need to be outside of business hours Australia AEST which might suit you? This was a clean upgrade from 2.5.2 to 2.6

                  1 Reply Last reply Reply Quote 0
                  • T
                    thatsysadmin @jimp
                    last edited by thatsysadmin

                    @jimp

                    What are your IPsec firewall rules like?

                    Generic open rule / Allow all traffic

                    Do you see anything get dropped in the firewall log?

                    Nothing for IPsec.

                    Any errors in the IPsec log?

                    2022-02-06 00:29:54.678808+00:00 charon 29338 09[KNL] <con1|2> querying policy 0.0.0.0/0|/0 === 0.0.0.0/0|/0 in failed, not found

                    /var/etc/ipsec/swanctl.conf for one of the routers.

                    # This file is automatically generated. Do not edit
                    connections {
                    	bypass {
                    		remote_addrs = 127.0.0.1
                    		children {
                    			bypasslan {
                    				local_ts = 10.0.0.0/22,fc00::/7
                    				remote_ts = 10.0.0.0/22,fc00::/7
                    				mode = pass
                    				start_action = trap
                    			}
                    		}
                    	}
                    	con1 {
                    		# P1 (ikeid 1): <redacted>
                    		fragmentation = yes
                    		unique = replace
                    		version = 2
                    		proposals = aes256gcm128-sha512-modp8192
                    		dpd_delay = 10s
                    		rekey_time = 25920s
                    		reauth_time = 0s
                    		over_time = 2880s
                    		rand_time = 2880s
                    		encap = no
                    		mobike = no
                    		local_addrs = <redacted>
                    		remote_addrs = <redacted>
                    		local {
                    			id = fqdn:<redacted>
                    			auth = psk
                    		}
                    		remote {
                    			id = fqdn:<redacted>
                    			auth = psk
                    		}
                    		children {
                    			con1 {
                    				# P2 (reqid 2)
                    				policies = no
                    				life_time = 3600s
                    				rekey_time = 3240s
                    				rand_time = 360s
                    				start_action = start
                    				remote_ts = 10.0.100.2,0.0.0.0/0,::/0
                    				local_ts = 10.0.100.1,0.0.0.0/0,::/0
                    				reqid = 5001
                    				esp_proposals = aes256gcm128-modp8192
                    				close_action = start
                    				dpd_action = restart
                    			}
                    		}
                    	}
                    }
                    secrets {
                    	ike-0 {
                    		secret = <redacted>=
                    		id-0 = %any
                    		id-1 = fqdn:<redacted>
                    	}
                    }
                    
                    T 1 Reply Last reply Reply Quote 0
                    • T
                      timboau 0 @thatsysadmin
                      last edited by

                      @thatsysadmin The IPSEC firewalls do have quite a bit going on however nothing specific to the sites that didnt come back online.

                      The sites that didnt reconnect had errors about already being connected but were trying to reconnect. (sorry thats hopeless but I didnt record it - gave up and reverted to 2.5)

                      Can do some testing in 6 hours. 8pm AEST if it will help

                      1 Reply Last reply Reply Quote 0
                      • K
                        Kev.i.n
                        last edited by

                        Just to add...my config uses an FQDN as the remote gateway and I noticed @thatsysadmin also mentions fqdn in his config.

                        Just throwing it out there whether this has anything to do with it in comparison to @jimp's VTI tunnels in the lab.

                        T T 2 Replies Last reply Reply Quote 0
                        • T
                          timboau 0 @Kev.i.n
                          last edited by timboau 0

                          @kev-i-n no FQDN in my configs (my IP/Peer address)

                          (they all initially connected except one on boot - they just didnt reconnect) - Stopped IPSEC service on both and started again.
                          Same sites remained down

                          Generally
                          IKEv2
                          P1 AES256-CGM 128 / AES-XCBC - HD 14
                          P2 ESP AES128/AES256-CGM
                          Key groups off

                          DPD enabled

                          Unique ID (replace)
                          Filter IPSEC Tunnel and VTI on IPSEC tab (ENC0) anything there?

                          1 Reply Last reply Reply Quote 0
                          • T
                            thatsysadmin @Kev.i.n
                            last edited by

                            @kev-i-n
                            I still had the same issue with the "IP option" I changed it as a troubleshooting measure.

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

                              There appear to be a couple different problems here getting lumped together.

                              If your VTI interfaces connect but do not pass traffic, this is the correct thread.

                              If you have any other issue on 22.01/2.6.0 such as tunnels failing to connect or reconnect, please start a new thread and post your information there. Be sure to include log entries from both sides as well as the information requested previously in this thread (IPsec config for the tunnel from config.xml and swanctl.conf, ifconfig output, etc).


                              Now, back to connected VTIs not passing traffic:

                              I'm still not getting the whole picture from these and the thread has gotten a bit mixed up with the other unrelated info. With one of these VTI tunnels in a state that fails to pass traffic I need the following information:

                              • The output of ifconfig -a for the ipsecX interface(s)
                              • The output of setkey -D and setkey -DP
                              • The contents of /var/etc/ipsec/swanctl.conf for the tunnel(s)
                              • The contents of config.xml for the tunnel(s) -- both P1 and all P2s

                              As with before you can mask private info but try to keep it consistent. For example, replace unique IP addresses consistently, e.g. 1.2.3.4 with A.A.A.A and 9.8.7.6 with B.B.B.B so I can tell they are different IP addresses in the output. Mask or remove any private things like PSKs or identifiers if they are sensitive.

                              If both sides are running pfSense software then having the info from both sides would help.

                              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!

                              T T 2 Replies Last reply Reply Quote 1
                              • T
                                timboau 0 @jimp
                                last edited by timboau 0

                                @jimp Hi very happy to start a new thread - lets call it 2.6.0 ipsec is broken - dont upgrade (yet).

                                Seriously - in the few days there appears to a lot of activity around ipsec having issues on 2.6 and people here trying to assist and fix their broken networks (remember this is a release version)

                                As a netgate developer how about you start a new thread for Systems that have had ipsec fail after upgrading from 2.5 to 2.6 and from there you can be particular about what information you want to put where.

                                Whether it be the VTI is broken, the tunnel is broken, the routing is broken - hey it just stopped working after upgrading. Most customers are coming here looking or answers on why it stopped after upgrading.

                                My offer is still open for you to look at a working 2.5 - we can revert to 2.6 and you can diagnose it anyway you want. You can have remote access; Im keen for this to be resolved rather than sitting back concerned im posting into the wrong thread about a general ipsec failure.

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

                                  It is working for the vast majority of people, such a dire warning is unwarranted. It has been thoroughly tested internally and over the last six months or more in snapshots including heavy use on Netgate infrastructure used by all of our employees.

                                  Keep your thread subjects relevant, for example "IPsec VTI tunnel will not reconnect on 2.6.0" or similar. Do not assume it's happening to anyone but you, and do not assume your problem is identical to others. Only after diagnosing the problem can such a determination be made.

                                  It's important to keep each report separate so that the details do not get confused.

                                  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
                                  • T
                                    thatsysadmin @jimp
                                    last edited by thatsysadmin

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      thatsysadmin @jimp
                                      last edited by

                                      @jimp
                                      Here's the outputs.
                                      https://github.com/thatsysadmin/pfsense_2.6.0_IPsec_troubleshooting

                                      One thing; /var/etc/swanctl.conf doesn't exist, did you mean /var/etc/ipsec/strongswan.conf?

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

                                        @thatsysadmin said in IPsec VTI does not pass traffic on 2.6.0:

                                        @jimp
                                        Here's the outputs.
                                        https://github.com/thatsysadmin/pfsense_2.6.0_IPsec_troubleshooting

                                        One thing; /var/etc/swanctl.conf doesn't exist, did you mean /var/etc/ipsec/strongswan.conf?

                                        I meant /var/etc/ipsec/swanctl.conf, I've edited the post above. I'll check out the other info and see if anything stands out.

                                        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
                                        • jimpJ
                                          jimp Rebel Alliance Developer Netgate
                                          last edited by

                                          You have two P2s on that tunnel, one tunnel mode and one VTI. That isn't a valid configuration and it's unnecessary. You should remove the tunnel mode entry (not just disable it). If you do that and then stop IPsec, then start IPsec, it might start working.

                                          That would explain the reqid mismatching which is likely why traffic isn't passing. In setkey it shows it's looking for reqid 5001 but in ifconfig the interface is set for 5002.

                                          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!

                                          T 1 Reply Last reply Reply Quote 1
                                          • T
                                            thatsysadmin @jimp
                                            last edited by thatsysadmin

                                            @jimp
                                            After a reconfiguration of the interfaces, it works. Thanks for all your help.

                                            But why would having one of the phase 2s disabled break the whole thing though; shouldn't it be disregarded if it was disabled?

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