* [LARTC] Load balancing between 2 DSL lines
@ 2002-04-10 12:10 Michael Schwartzkopff
2002-04-10 12:19 ` Arthur van Leeuwen
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Michael Schwartzkopff @ 2002-04-10 12:10 UTC (permalink / raw)
To: lartc
Hi,
I have got the following problem: I want to connect my net to the internet
using 2 (or more) DSL lines (PPPoE, dynamic IP addresses).
So my question: Is it possible to connect the intern net via my firewall to
the ISP using 2 DSL lines while my firewall is doing NAT? Is load balancing
possible? If yes: HOW?
Thanks for any help.
--
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 München
Tel: (+49 89) 456 911 50
Fax: (+49 89) 456 911 21
mob: (+49 174) 343 28 75
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] Load balancing between 2 DSL lines
2002-04-10 12:10 [LARTC] Load balancing between 2 DSL lines Michael Schwartzkopff
@ 2002-04-10 12:19 ` Arthur van Leeuwen
2002-04-10 14:11 ` Patrick McHardy
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Arthur van Leeuwen @ 2002-04-10 12:19 UTC (permalink / raw)
To: lartc
On Wed, 10 Apr 2002, Michael Schwartzkopff wrote:
> Hi,
>
> I have got the following problem: I want to connect my net to the internet
> using 2 (or more) DSL lines (PPPoE, dynamic IP addresses).
>
> So my question: Is it possible to connect the intern net via my firewall to
> the ISP using 2 DSL lines while my firewall is doing NAT? Is load balancing
> possible? If yes: HOW?
Yes. See the HOWTO in about 2 days. :)
Alternatively, check the mailinglist archives.
Doei, Arthur.
--
/\ / | arthurvl@sci.kun.nl | Work like you don't need the money
/__\ / | A friend is someone with whom | Love like you have never been hurt
/ \/__ | you can dare to be yourself | Dance like there's nobody watching
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] Load balancing between 2 DSL lines
2002-04-10 12:10 [LARTC] Load balancing between 2 DSL lines Michael Schwartzkopff
2002-04-10 12:19 ` Arthur van Leeuwen
@ 2002-04-10 14:11 ` Patrick McHardy
2002-04-12 16:21 ` martin f krafft
2002-04-12 19:51 ` bert hubert
3 siblings, 0 replies; 5+ messages in thread
From: Patrick McHardy @ 2002-04-10 14:11 UTC (permalink / raw)
To: lartc
Hi!
I assume you are using T-Online or some other provider which doesn't
filter
spoofed packets. An easy solution is to set up a weighted equalized
multipath route
and SNAT all packets going out one line to the ip of the other one ..
that
way you have double upstream. another way would be not to use equalize
and don't SNAT,
that way you could use both downstreams + both upstreams, but a single
connection
would never go faster than with just one line.
Bye,
Patrick
Michael Schwartzkopff schrieb:
>
> Hi,
>
> I have got the following problem: I want to connect my net to the internet
> using 2 (or more) DSL lines (PPPoE, dynamic IP addresses).
>
> So my question: Is it possible to connect the intern net via my firewall to
> the ISP using 2 DSL lines while my firewall is doing NAT? Is load balancing
> possible? If yes: HOW?
>
> Thanks for any help.
>
> --
> Dr. Michael Schwartzkopff
> MultiNET Services GmbH
> Bretonischer Ring 7
> 85630 München
>
> Tel: (+49 89) 456 911 50
> Fax: (+49 89) 456 911 21
> mob: (+49 174) 343 28 75
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Load balancing between 2 DSL lines
2002-04-10 12:10 [LARTC] Load balancing between 2 DSL lines Michael Schwartzkopff
2002-04-10 12:19 ` Arthur van Leeuwen
2002-04-10 14:11 ` Patrick McHardy
@ 2002-04-12 16:21 ` martin f krafft
2002-04-12 19:51 ` bert hubert
3 siblings, 0 replies; 5+ messages in thread
From: martin f krafft @ 2002-04-12 16:21 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
also sprach Arthur van Leeuwen <arthurvl@sci.kun.nl> [2002.04.10.1419 +0200]:
> Yes. See the HOWTO in about 2 days. :)
not meaning to push, but how's the status?
--
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
xerox does it again and again and again and ...
[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Load balancing between 2 DSL lines
2002-04-10 12:10 [LARTC] Load balancing between 2 DSL lines Michael Schwartzkopff
` (2 preceding siblings ...)
2002-04-12 16:21 ` martin f krafft
@ 2002-04-12 19:51 ` bert hubert
3 siblings, 0 replies; 5+ messages in thread
From: bert hubert @ 2002-04-12 19:51 UTC (permalink / raw)
To: lartc
On Fri, Apr 12, 2002 at 06:21:28PM +0200, martin f krafft wrote:
> also sprach Arthur van Leeuwen <arthurvl@sci.kun.nl> [2002.04.10.1419 +0200]:
> > Yes. See the HOWTO in about 2 days. :)
>
> not meaning to push, but how's the status?
Merged.
--
http://www.PowerDNS.com Versatile DNS Software & Services
http://www.tk the dot in .tk
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-04-12 19:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 12:10 [LARTC] Load balancing between 2 DSL lines Michael Schwartzkopff
2002-04-10 12:19 ` Arthur van Leeuwen
2002-04-10 14:11 ` Patrick McHardy
2002-04-12 16:21 ` martin f krafft
2002-04-12 19:51 ` bert hubert
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.