All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Timeout problem !
@ 2003-10-12 18:01 Lasse B. Jensen
  0 siblings, 0 replies; only message in thread
From: Lasse B. Jensen @ 2003-10-12 18:01 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 ;)

LBJ
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-12 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-12 18:01 [LARTC] Timeout problem ! 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.