Routing traffic only to a specified WAN

im using mwan3 , have 2 ISP (ISP 1, ISP 2) and 4 network pools (192.168.2.0,192.168.3.0, 192.168.4.0, 192.168.5.0)

i wanted 192.168.2.0 and 192.168.4.0 to be the only one with load_balanced

while 192.168.3.0 and 5.0 is directed only to ISP 1

i have made a separate policy with only isp 1 as a member and tried to made rules but the thing is its not working, can someone point me to the right direction, and what is source address from destination address

This should give you an idea howto do.

1 Like

You need a rule with source 192.168.2.0/24 and 192.168.4.0/24 , destination 0.0.0.0/0, policy failover.
And a rule with source 192.168.3.0/24 and 192.168.5.0/24 , destination 0.0.0.0/0, policy wan_only.

1 Like