From mboxrd@z Thu Jan 1 00:00:00 1970 From: JasonB Date: Sun, 29 Aug 2004 23:17:36 +0000 Subject: Re: [LARTC] Load Balancing With Three Connections Message-Id: <1093821456.30427.31.camel@computer4.mountaincable.net> List-Id: References: <1093746700.30427.15.camel@computer4.mountaincable.net> In-Reply-To: <1093746700.30427.15.camel@computer4.mountaincable.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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 / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/