All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] More Loadbalancing problems
@ 2001-10-19 14:46 Christoph Simon
  0 siblings, 0 replies; only message in thread
From: Christoph Simon @ 2001-10-19 14:46 UTC (permalink / raw)
  To: lartc

I have two DSL links on a linux with three network cards, and would
like to use both at the same time. Following this list I though this
should work:

- compile a kernel with equalcost-multipath enabled
- I've set up two host routes to the IP and the gateway of each DSL, so I can
  test wether the gateway is alive even if it doesn't have a default route.
- setup the default gateway:

	ip route add default nexthop via IP-gw-DSL-1 dev eth0 \
			     nexthop via IP-gw-DSL-2 dev eth2

With this, I can ping out of the box, but I couldn't visit a single
webpage; all timed out (configuring just one of the two does work
however). Then I modified the default route to:

	ip route add default nexthop via IP-gw-DSL-1 dev eth0 weight 2\
			     nexthop via IP-gw-DSL-2 dev eth2 weight 1

Now it does work, but on eth2 I can observe only an increment in
outgoing packets, although there was not a really heavy load on the
line. I also noticed, that I'm able to access the machine from outside
on eth0 but not on eth2. I've not installed any firewall rules yet.

I remember to have read in this list that using the option equalize
would switch the devices not session but packet dependently, so I didn't
use it.

What am I doing wrong?

--
Christoph Simon
datageo@terra.com.br
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
NO CARRIER
.

_______________________________________________
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] only message in thread

only message in thread, other threads:[~2001-10-19 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-19 14:46 [LARTC] More Loadbalancing problems Christoph Simon

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.