Just to add some additional information which I'm not sure on weather or
not it will help. 

If I change the Lines: 

ip route add 23.215.3.16/28 dev eth0 src 23.215.3.20 table T1
> ip route add default via 23.215.3.17 table T1
> ip route add 23.215.4.0/26 dev eth2 src 23.215.4.61 table T2
> ip route add default via 23.215.4.1 table T2
> ip route add 23.215.16.0/21 dev eth1 src 23.215.17.54 table T3
> ip route add default via 23.215.16.1 table T3

To: 

ip route add 23.215.3.16/28 dev eth0 src 23.215.3.20 table T1
> ip route add 23.215.4.0/26 dev eth2 src 23.215.4.61 table T2
> ip route add default via 23.215.4.1 table T2
> ip route add 23.215.16.0/21 dev eth1 src 23.215.17.54 table T3
> ip route add default via 23.215.16.1 table T3

The connection Balancing correctly between eth1 and eth2 .. but no
outgoing traffic for eth0

_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to