The multiple wans w/o load balancing should be simpler than with load balancing, but I cannot find any examples.
I have 3 lans (vlans, eth5 802.1q tagged link, that is working with single wan), and want to assign each lan separate wan (vlan1=>wah1, vlan2=>wan3, vlan3=>wan3)
How do I go about it ?
I appreciated any hints, examples or nudge in right direction.
Make a masq rule for output on each of the VLANs…
Mark each of the packets from each VLAN…
Make default routes for each of the VLAN marks you just made and make them go out the specific WANs you want.