Hello!
> 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 command _freezes_ result as soon as it got once, effectively
distributing routes to _different_ destinations (or from different sources)
according to weights. Certainly, when doing tests only with one or two
destination, you will not get a fair distribution.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]