Hi all.  

I'm completely lost here.  Here's the problem - I have to setup a
router, that would balance the load among 10 ISDN routers, hooked up
through an ethernet card.  Combining all 10 into a single channel is
not necessary, although it would be nice, but if each new connection
(this will be used as an HTTP proxy) goes through a different router
it would be enough.  

So, this is what I tried:

ip route del default
ip route add equalize default nexthop via 192.168.1.1 dev eth0 weight 1 \
        nexthop via 192.168.1.2 dev eth0 weight 1

This behaves very strange - it doesn't work right away, after playing
with weights and orders of nexthops, it _sometimes_ starts working
(two flood pings use up both routers).  Once it starts working, order
of hops and weights do not matter, as I suppose it should be.  Any
hints?  This is really urgent, unfortunately..

Kernel is 2.2.12-20, from RH6.1, recompiled with Advanced router
option, of course.  iproute is from RH6.1 distribution. 

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to