* [LARTC] Connection timeout on multipath
@ 2003-10-06 6:12 Lasse B. Jensen
2003-10-07 19:59 ` Lasse B. Jensen
0 siblings, 1 reply; 2+ messages in thread
From: Lasse B. Jensen @ 2003-10-06 6:12 UTC (permalink / raw)
To: lartc
Hey all
I have 5 adsl lines and have the following setup
INTERNET
------------------------
ADSL lines 192.168.1.1-5
------------------------
| | | | |
---------
switch
---------
|
---------
eth1
linux nat box
eth0
---------
|
---------
LAN
Right now i do the following, which are working correctly:
I mark incoming packets via mark in iptables, connection are marked 1-5
Then i via 5 ip route tables adsl1-5 in each of them i specify the gateway
(one of the adsl lines 192.168.1.1-5)
This all works correctly.
However i would like to have all adsllines i on multipath. i have tried:
Marking all traffic with mark 1
ip route table adsl1
ip route add table adsl1 default equalize proto static nexthop via
192.168.1.1 dev eth1 nexthop via 192.168.1.2 dev eth1 nexthop via
192.168.1.3 dev eth1 nexthop via 192.168.1.4 dev eth1 nexthop via
192.168.1.5 dev eth1
I have applied the patches to the kernel from
http://www.ssi.bg/~ja/#routes
I have a "ping-operation" in the background as descripted in the
dgd-usage.txt
All traffic now is now sent via on of the adsl lines, everything seems to
work, but !!!! Programs from the lan-computer seems to timeout, i have
tried quite some thing but nothing seems to work! Please help ;)
--
Lasse B. Jensen
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Connection timeout on multipath
2003-10-06 6:12 [LARTC] Connection timeout on multipath Lasse B. Jensen
@ 2003-10-07 19:59 ` Lasse B. Jensen
0 siblings, 0 replies; 2+ messages in thread
From: Lasse B. Jensen @ 2003-10-07 19:59 UTC (permalink / raw)
To: lartc
Cant anyons help on this ?
--
Lasse B. Jensen
On Mon, 6 Oct 2003, Lasse B. Jensen wrote:
> Hey all
>
> I have 5 adsl lines and have the following setup
>
> INTERNET
> ------------------------
> ADSL lines 192.168.1.1-5
> ------------------------
> | | | | |
> ---------
> switch
> ---------
> |
> ---------
> eth1
> linux nat box
> eth0
> ---------
> |
> ---------
> LAN
>
> Right now i do the following, which are working correctly:
>
> I mark incoming packets via mark in iptables, connection are marked 1-5
>
> Then i via 5 ip route tables adsl1-5 in each of them i specify the gateway
> (one of the adsl lines 192.168.1.1-5)
>
> This all works correctly.
>
> However i would like to have all adsllines i on multipath. i have tried:
>
> Marking all traffic with mark 1
>
> ip route table adsl1
>
> ip route add table adsl1 default equalize proto static nexthop via
> 192.168.1.1 dev eth1 nexthop via 192.168.1.2 dev eth1 nexthop via
> 192.168.1.3 dev eth1 nexthop via 192.168.1.4 dev eth1 nexthop via
> 192.168.1.5 dev eth1
>
> I have applied the patches to the kernel from
> http://www.ssi.bg/~ja/#routes
>
> I have a "ping-operation" in the background as descripted in the
> dgd-usage.txt
>
> All traffic now is now sent via on of the adsl lines, everything seems to
> work, but !!!! Programs from the lan-computer seems to timeout, i have
> tried quite some thing but nothing seems to work! Please help ;)
>
> --
> Lasse B. Jensen
> _______________________________________________
> 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] 2+ messages in thread
end of thread, other threads:[~2003-10-07 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-06 6:12 [LARTC] Connection timeout on multipath Lasse B. Jensen
2003-10-07 19:59 ` Lasse B. Jensen
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.