Re: iproute2 Local load sharing problem

From: Noerr De Dykul (dedykul_at_hotmail.com)
Date: 10/12/04


Date: Tue, 12 Oct 2004 14:22:55 +0200

I figure if I make default route first, then I'm able to make nexthop
route for the same class ie
ip ro add default via 192.168.1.1
ip ro add 192.168.1.0/24 nexthop via 192.168.1.5 dev eth1 weight 1
nexthop via 192.168.1.6 dev eth2 weight 1 ...

Weird isn't it?

> Thanks
> Noerr De Dykul