* [LARTC] Combining bandwith of two or more ADSLs ?
@ 2001-04-09 22:52 Lin Zhemin
2001-04-10 8:08 ` RoMaN SoFt / LLFB!!
0 siblings, 1 reply; 2+ messages in thread
From: Lin Zhemin @ 2001-04-09 22:52 UTC (permalink / raw)
To: lartc
Hi.
Last time I have posted the situation in detail, but no response
yet is got. Let's think of this problem. Is it possible to combine
two ASDLs which goes to the same ISP via diferrent gateways?
I've search throughout google and got only one chart in 1999, like
this one:
ISP1 ISP2
| |
Gateway1 Gateway2
`-------+ +------'
eth0 eth1
And the response is okay, since packets with different to-IP can be
sent either through ISP1/2. But how to implement it? Under this
structure (but only one ISP behind the gateways) I've tried both teql
and 'ip route add default equalize nexthop via ... dev ... nexthop via
... dev ...' commands, but in vain.
Any comments, please?
Best regards,
Lin Zhemin.
--
原鄉人的血液沒有回到原鄉,是不會停止沸騰的。(鍾理和)
Fingerprint20 = CE32 D237 02C0 FE31 FEA9 B858 DE8F AE2D D810 F2D9
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [LARTC] Combining bandwith of two or more ADSLs ?
2001-04-09 22:52 [LARTC] Combining bandwith of two or more ADSLs ? Lin Zhemin
@ 2001-04-10 8:08 ` RoMaN SoFt / LLFB!!
0 siblings, 0 replies; 2+ messages in thread
From: RoMaN SoFt / LLFB!! @ 2001-04-10 8:08 UTC (permalink / raw)
To: lartc
On Tue, 10 Apr 2001 06:52:29 +0800, you wrote:
>Hi.
>
>Last time I have posted the situation in detail, but no response
>yet is got. Let's think of this problem. Is it possible to combine
>two ASDLs which goes to the same ISP via diferrent gateways?
>I've search throughout google and got only one chart in 1999, like
>this one:
>
>ISP1 ISP2
> | |
>Gateway1 Gateway2
> `-------+ +------'
> eth0 eth1
>
>And the response is okay, since packets with different to-IP can be
>sent either through ISP1/2. But how to implement it? Under this
>structure (but only one ISP behind the gateways) I've tried both teql
>and 'ip route add default equalize nexthop via ... dev ... nexthop via
>... dev ...' commands, but in vain.
>
>Any comments, please?
This is my setup on a SuSE linux box (add to /etc/rc.d/route or
similar):
/sbin/route del default 2> /dev/null
/usr/sbin/ip route add default \
nexthop dev eth0 via 192.168.0.1 \
nexthop dev eth0 via 192.168.0.2
echo -e "Setting load balanced route (RoMaN) $rc_done"
/usr/local/sbin/iptables -t mangle -A PREROUTING -j TOS
--set-tos 0x00
/usr/local/sbin/iptables -t mangle -A OUTPUT -j TOS --set-tos
0x00
echo -e "Hacking TOS to fix balance issue (RoMaN) $rc_done"
========
192.168.0.1 y .2 are the adsl gateways. Iptables is used to trick the
TOS field and therefore sessions don't get messed.
BTW, I've experienced some problems: from aprox 20 connections to my
stmp server I receive 1 connection failure. I don't know the reason.
Try my config. Any feedback would be appreciated.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
** RoMaN SoFt / LLFB **
roman@madrid.com
http://pagina.de/romansoft
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-04-10 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-09 22:52 [LARTC] Combining bandwith of two or more ADSLs ? Lin Zhemin
2001-04-10 8:08 ` RoMaN SoFt / LLFB!!
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox