# opnsense-update -kr 17.1-noroute# /usr/local/etc/rc.reboot
It's indeed the commit, thanks for analysis and testing to djGrrr and Martinez!The issue is a bit tricky. I think we're seeing something new in the network stack. On FreeBSD the packages for specific gateways were hi-jacked and never saw the rest of the stack, which made them completely unusable with the Captive Portal or Traffic Shaping. Since the routing is now only tagged, there is a priority issue with whether the policy route is being enforced or not. In this case not so much anymore.In any case, this kernel will retain the old behaviour:# opnsense-update -kr 17.1-noroute# /usr/local/etc/rc.rebootThis is a priority item for 17.1.1 and something that did not come up in testing and all through RC1. djGrrr, do you know why this could be? It's part of a configuration difference that's not clear yet.Cheers,Franco
I missed this thread, sorry Try the IPsec sysctl fix too:# sysctl net.inet.ipsec.filtertunnel=1There are some fixes we're testing right now, takes some time to gather conclusive data. But we'll report back soon. The noroute kernel works in the meantime.Cheers,Franco