Dear MIkrotik,
Back To Home New Feature is working Fine on a Single ISP.
I have PCC Load Balance on Mikrotik. when I turn on the 2nd WAN BTH WireGuard Windows client is disconnected/not reachable.
Please help with how to mark to BTH WireGuard on Dual ISP…?
How to Route BTH WireGuard on ISP1?
Regards
Good question, not sure. I suppose you can use an address-list using the .vpn.mynetname.net from BTH, and mangle rule based on address-list to direct to out a specific interface.
I suspect the problem comes from the cloud ip where you will not know in advance which interface it will use to publish the ddns.
Hi
Are there any solution yet? For dual wan on bth?
Or to direct to one wan only?
Thx
I would stick to using the primary WAN for BTH.
Agreed. But I’d point out that it will use any failover routes in main, but it take at least the DDNS update interval time for it to failover to 2nd WAN. BTH and WG both get complex when you want to use a routing table or PCC, instead of main. So using a more frequent update in /ip/cloud will quickly any failover in main:
/ip/cloud set ddns-update-interval=60s
and then have WG’s port skip PCC, so it uses the default route by distance=, as this is what BTH uses as it WAN IP address since it uses /ip/cloud to detect it.