This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ROUTING

I have a C Class with 6 ADSL Routers. I add rules for routing each IP on different gateways

ip rule add from A.B.C.D/27 table 200
ip route add default via A.B.C.1 dev eth2 table 200

ip rule add from A.B.C.E/27 table 200
ip route add default via A.B.C.33 dev eth2 table 200

outcoming traffic is ok but incoming traffic is not routed...
 
 [size="1"][ 25 October 2002, 13:11: Message edited by: fish ][/size]


This thread was automatically locked due to age.