ip routing policy in linux
Posted
by
Dragos
on Server Fault
See other posts from Server Fault
or by Dragos
Published on 2012-09-18T20:04:31Z
Indexed on
2012/09/18
21:40 UTC
Read the original article
Hit count: 260
I have a linux system with two network interfaces (eth0 in x.x.x.0 and eth1 in x.x.y.0). Is there any posibility to add some route policy to send all the traffic to network x.x.y.0. I would like even the traffic from eth0 to be send to eth1's network.
I cannot delete the direct connected networks from the routing table so all the traffic from x.x.x.0 network is send to eth0. I would like to send all traffic to eth1.
© Server Fault or respective owner