i need to configure multiple gateways in my ubuntu 12.04 server.For example i have two network card with different subnet ip address.172.10.10.0/24 subnet traffic should go via eth0 and 172.20.20.0/24 subnet traffic should go via eth1.
172.10.10.1------>eth0
172.20.20.1------>eth1
Both gateway should work simultaneously.
Please any one help me how to set this on ubuntu server.
Regards shafi
sudo route -n
so we know how your routes are configured currently. – fkraiem Sep 17 '14 at 19:05