What I don't understand is the purpose of Step 9 with that Floating rule.
10.2.1.0/31 link#21 U wg410.2.1.1 link#21 UHS lo0
but with a Floating rule not selecting any interface i don't understand
Looks to me that step 9 is for routing traffic from WG address to WG network via WG gateway. IMO it's unnecessary because such route will be auto created when we configure a tunnel gateway nowadays. For example, this is an excerpt from my routing table:
10.64.0.1 10.66.165.1 UGHS wg110.66.165.1 link#19 UHS wg110.66.165.89 link#19 UH lo0
Quote from: zan on June 23, 2023, 04:00:53 pmLooks to me that step 9 is for routing traffic from WG address to WG network via WG gateway. IMO it's unnecessary because such route will be auto created when we configure a tunnel gateway nowadays. For example, this is an excerpt from my routing table:That's not what I'm seeing, this is all WireGuard routing info when following the guide, including disabling routes and adding a gateway instead, which is needed for selective routing:Code: [Select]10.64.0.1 10.66.165.1 UGHS wg110.66.165.1 link#19 UHS wg110.66.165.89 link#19 UH lo010.66.165.89/32 = interface address as supplied by external VPN provider10.66.165.1 = IP of VPN gateway created through System - Gateways - Single, for selective routing purposes10.64.0.1 = next hop for VPN connections for gateway monitoring purposes (the Monitor IP set on above gateway))What did you do that caused the /31 route to appear?