How can I configure two WireGuard connections to route through two different ISPs and then connect to two separate WireGuard instances on the same VPS?

Hi, Team
There are two WireGuard tunnels between a remote VPS running VyOS 1.4 and a local VyOS router. How can I configure the tunnels so that each one uses a different ISP?

I think you could do this using policy routing. You would need to create a policy route based on destination port.
https://docs.vyos.io/en/latest/configuration/policy/index.html

1 Like

Using VRF with a wireguard can be an option as well.

https://docs.vyos.io/en/latest/configuration/vrf/index.html

1 Like