Hi, hope someone can help here.
My ISP provides two ip addresses. The primary IP I receive via dhcp which also provides a default route. The second IP I have statically assigned to the same interface.
All traffic initiated at the router goes out the default route.
Wireguard handshakes coming into the second IP handshake successfully and returns out the second IP. This is good.
But, wireguard handshakes initiated at the router still go out the default route with the primary IP. I want that traffic to also use the second IP.
I have tried a number of mangle approaches and routes but am unsure how to force the outgoing handshake to use the second IP.
Maybe a simple solution? I might be doing it wrong.