Friday, October 2, 2009

Load Balancing In Linux

1 LAN & 2 WAN
- ip route add default scope global nexthop via 10.222.50.1 dev eth0 weight 1 nexthop via
10.242.133.1 dev eth1 weight 1
( Note : Balancing on 10.222.50.1 & 10.242.133.1 Gateway.
Weight 1 = Load Balancing
Weight 1 & 4 = Weight 1 is First Priority and 4 is Second. )

No comments: