View Single Post

  #2 (permalink)  
Old 10-12-2004
Noerr De Dykul
 
Posts: n/a
Default Re: iproute2 Local load sharing problem

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

Reply With Quote