Hi everyone.
I have a router setup with two WAN connections, one main connection “WAN1” (all traffic on “main” routing table has default route on WAN1), and “WAN2” to which only some specific traffic is routed (using “secondary” routing table which has default route on WAN2).
The method I use to route traffic to WAN2 is by marking connections which need to go to WAN2, and then route-mark the connection-marked traffic to “secondary” routing table.
I have several IPsec tunnels running, which all use WAN1 for communication with peers.
What I want is to establish another IPsec tunnel which uses WAN2 interface for communication.
Is this even possible?
I read somewhere on this forum (can’t remember the topic) that IPsec traffic uses “main” routing table, and that this behavior cannot be changed.