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:17:36 +0000	[thread overview]
Message-ID: <1093821456.30427.31.camel@computer4.mountaincable.net> (raw)
In-Reply-To: <1093746700.30427.15.camel@computer4.mountaincable.net>

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/

  parent reply	other threads:[~2004-08-29 23:17 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
2004-08-29 23:17 ` JasonB [this message]
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=1093821456.30427.31.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.