From: Jerome Kerdreux <Jerome.Kerdreux@finix.eu.org>
To: lartc@vger.kernel.org
Subject: [LARTC] Multiple ADSL link
Date: Thu, 11 Jul 2002 10:18:09 +0000 [thread overview]
Message-ID: <marc-lartc-102638295007824@msgid-missing> (raw)
Hi all,
It's my first post on this list, i'm not a ip route / qdisc
guru, and have a awfull english. So if i may say something
stupid ...
In fact i got a problem with my ISP(s) .
I have 2 ISP / 2 DSL Modem / 3 nic / on my firewall
and something like 20 computers behing it.
20 machines with 192.168.0.xxx/16 private IPs
|
|
|eth2 (192.168.0.1)
===========
| Linux 2.4.18 |
===========
|eth0 |eth1
| |
| |
| |
ppp0 ppp1
(IP1) (IP2)
Notation :
provider 1 :
IF1="ppp0" # interface
IP1="xxx.xxx.xxx.xxx" # ip of if1
P1="xxx.xxx.xxx.1" # gateway ip
P1_NET="xxx.xxx.xxx.0" # network
provider 2 :
IF2="ppp1"
IP2= ...
P2= ...
P2_NET= ...
eth0 and eth1 have no ip there are only used for the ppp
Now I can only use 1 provider at the same time
cause I can't route them.
As said before I want to use the provider at the same
time without distinction.(Perhaps I will look at a
way to have stmp / dns / ssh on one ppp and ftp /
http on the other but i gonna try w/ a simple thing
before )
I tried several things like the teql module.
http://lartc.org/howto/lartc.loadshare.html
but I still have the same pb. the teql module
is loaded but outgoing packet don't know the
way to go out (I think)
So yesterday i try w/ load balancing way
http://lartc.org/howto/lartc.rpdb.multiple-links.html#AEN284
(multipath in fact)
I figured out how to have ppp0 and ppp1 used at
the same time the ppp0 doesn't transmit anything.
only some udp 6 (really strange)
Another thing I don't really understand if I need
to use the Split Access (previous in the howto).
This section isn't really clear for my awfull english
and isn't transalted in the french howto.
Does I need to add something else than
ip route add default scope global nexthop via $P1 dev $IF1 weight 1
nexthop via $P2 dev $IF2 weight 1
And the next question is how can I NAT this traffic
cause I don't have only one IF but 2 ?
(with teql I is easy .. but don't work for me) ..
Thanks for any help.
------------------------
Jerome Kerdreux aka SoaF
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2002-07-11 10:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-11 10:18 Jerome Kerdreux [this message]
2002-07-11 14:12 ` [LARTC] Multiple ADSL link Jerome Kerdreux
2002-07-11 20:40 ` Julian Anastasov
2002-07-11 22:04 ` Jkx
2002-07-11 22:16 ` Julian Anastasov
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=marc-lartc-102638295007824@msgid-missing \
--to=jerome.kerdreux@finix.eu.org \
--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.