I thought this would be working straight out of the box, but I think the built-in load balancing is working against me.
What I have:
- two different WAN connections, say WAN1 and WAN2; both set as active with the same weight
- LAN, where say LANAll is all hosts, except one host which (within the same subnet) is LANSpecial
What I want:
- LANAll to use WAN1 primarily and fall back to WAN2 if needed
- LANSpecial to use WAN2 primarily, and fall back to WAN1 if needed
- XG device (for DNS etc) to follow LANAll
- I've created two Firewall rules to do the "discriminatory" routing above
What actually seems to happen:
- The LANAll and LANSpecial traffic is following the two Firewall rules I created
- But the XG traffic (used for DNS or ICMP for example, as the XG is acting as the DNS server for the LAN) is load balancing across WAN1 and WAN2
- Even if I set the weight for WAN1 to 100 and WAN2 to 1, it still load balances albeit a lot less traffic goes to WAN2 (I guess this is expected)
How can I force the XG traffic not to load balance automatically, and only follow my desired rules? If I set WAN2 as a Standby gateway, will it still be usable by LANSpecial?
This thread was automatically locked due to age.