[LARTC] Re: LARTC digest, Vol 1 #1927 - 9 msgs

Nicolás Macia nmacia@cespi.unlp.edu.ar
Sat, 2 Oct 2004 09:13:02 -0300


> Message: 9
> To: lartc@mailman.ds9a.nl
> Subject: Re: [LARTC] Traffic Balance
> Date: Fri, 01 Oct 2004 20:26:55 -0300 (EST)
> From: favero@grad.ufsc.br
> 
> list members: if u don´t wanna help, dont disturb! damn god! 
> everybody here know that LARTC tutorial to load balance is 
> incomplete!
> Alexis: try http://www.ssi.bg/~ja/nano.txt and search the list. 
> U will find a message i wrote that explain everything.
> 

maybe this work

ip route add default scope global equalize \ 
          nexthop via <your default GW1> dev <interface ethX> weight 1 \ 
          nexthop via <your default GW2> dev <interface ethY> weight 1 


Nicolas Macia