search for: ipaddr_gateway_eth2

Displaying 1 result from an estimated 1 matches for "ipaddr_gateway_eth2".

Did you mean: ipaddr_gateway_eth1
2005 Jan 30
0
problem - multiple links to a network
...168.254.0/25 is routed through eth1 192.168.254.128/25 is routed through eth2 eth0 is my internal interface and eth1/eth2 are the external interfaces. * What is particulary specific for this case is that ipaddr_eth1 is in the same network as ipaddr_eth2 and that ipaddr_gateway_eth1 is the same as ipaddr_gateway_eth2. Here is what I have done so far: r2 root # ip rule ls 0: from all lookup local 32764: from 192.168.254.0/25 lookup 230 32765: from 192.168.254.128/25 lookup 231 32766: from all lookup main 32767: from all lookup default r2 root # ip route ls A.B.C.0/24 dev eth2 proto kernel scope...