I have ether1, ether2, and ether3. they all sit on the same network, lets say 10.0.0.1, 10.0.0.2, and 10.0.0.3, respectively.
The default gateway is 10.0.0.254, which it defaults to sending the traffic out ether1.
I would like for traffic destined for 192.168.2.0/24 to go out of ether2, and traffic destined for 192.168.3.0/24 to go out of ether3.
Is this possible?
I read about marking the routes, but you can only manipulate the next hop, not the interface the traffic goes out on.
Any ideas?
Thanks