All of lore.kernel.org
 help / color / mirror / Atom feed
From: JasonB <acidburn@mountaincable.net>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Load Balancing With Three Connections
Date: Sun, 29 Aug 2004 23:14:07 +0000	[thread overview]
Message-ID: <1093821247.30427.27.camel@computer4.mountaincable.net> (raw)
In-Reply-To: <1093746700.30427.15.camel@computer4.mountaincable.net>

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/

  reply	other threads:[~2004-08-29 23:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-29  2:31 [LARTC] Load Balancing With Three Connections JasonB
2004-08-29 23:14 ` JasonB [this message]
2004-08-29 23:17 ` JasonB
2004-08-30  1:54 ` Ming-Ching Tiew
2004-08-30  3:33 ` JasonB

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1093821247.30427.27.camel@computer4.mountaincable.net \
    --to=acidburn@mountaincable.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.