From mboxrd@z Thu Jan 1 00:00:00 1970 From: JasonB Date: Sun, 29 Aug 2004 23:14:07 +0000 Subject: Re: [LARTC] Load Balancing With Three Connections Message-Id: <1093821247.30427.27.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 This didn't have any effect, however I have made the changes for resources sake. Thanks for the info! On Sun, 2004-08-29 at 10:37, RonSenykoff@edapt.us wrote: > Maybe try changing your weights from 40, 30, 30 to 4, 3, and 3 > respectively in your code listed below. The way the 'balancing' works > is it creates a bunch of virtual interfaces, one for each number in > the weight, then picks between them. By defining 40, 30, 30 you're > creating 100 different interfaces... quite a bit to handle. Even if > this doesn't solve your problem it will save resources. > > ip route add default scope global nexthop via 23.215.3.17 dev eth0 > weight 40 nexthop via 23.215.4.1 dev eth2 weight 30 nexthop via > 23.215.16.1 dev eth1 weight 30 > > to > > ip route add default scope global nexthop via 23.215.3.17 dev eth0 > weight 4 nexthop via 23.215.4.1 dev eth2 weight 3 nexthop via > 23.215.16.1 dev eth1 weight 3 > > HTH > -Ron > _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/