From: Rene Gallati <lartc@draxinusom.ch>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How to bond pppoe links
Date: Tue, 01 Feb 2005 08:11:48 +0000 [thread overview]
Message-ID: <41FF39C4.2070603@draxinusom.ch> (raw)
In-Reply-To: <20050131222309.GA31550@legolas.on.net.mk>
Damjan wrote:
> I have three ADSL lines that I'd like to use as one big pipe to the
> internet. The ADSL service works by establishing a pppoe connection (the
> ADSL "modem" is a bridge), and each pppoe interface gets its own IP
> address.
> This means I'd have to have 4 ethernet interfaces (3 for each
> of the ADSL modems and 1 for the LAN) in my gateway. I'd setup the
> gateway to NAT the LAN computers.
>
> Now, I'm not completely sure how would this work, and what to expect.
> Any suggestions from someone that has done this (or similar scenario)?
Yes it is possible, though it may make only sense iff you have several
clients behind the gateway (since for example http is a stateless
protocol where most often every single picture and page is fetched using
another tcp connection and if you balance it always, you are constantly
switching the source ip which breaks ssl and session tracking. Generally
you always use the same link for the same destination, which means less
balancing, so you need more clients to even it out again)
But for help, I have found the nano-howto extremely useful.
http://www.ssi.bg/~ja/nano.txt
--
C U
- -- ---- ----- -----/\/ René Gallati \/\---- ----- --- -- -
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2005-02-01 8:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-31 22:23 [LARTC] How to bond pppoe links Damjan
2005-02-01 8:11 ` Rene Gallati [this message]
2005-02-01 12:49 ` diab
2005-02-02 18:28 ` Damjan
2005-02-02 19:21 ` Rene Gallati
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=41FF39C4.2070603@draxinusom.ch \
--to=lartc@draxinusom.ch \
--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.