Hello there.
I've a dual wan setup with users on different IP blocks distributed through one interface. So the scenario is like this:
Ether1=ISP1
Ether2=ISP2
Ether3=LAN
I'm using Simple Queues for bandwidth management. The users are on the following IP blocks:
10.15.0.1/24
10.20.30.62/26
172.16.0.1/24
172.17.1.1/24
192.168.5.1/29
I want 10.15.0.1/24 & 10.20.30.62/26 to go through ISP2 and the rest through ISP1. How do I go about making this work? And I'd also like to do a failover setup without any load balancing.
I've found some info on the net but all of them using specific LAN ports to go through specific WAN ports. Can anyone help?