Multiwan Linux
From MS Computech
Multiwan Script by Robert Kurjata
Another Routing for multiple uplinks http://www.debian-administration.org/articles/377 <pre> nano /etc/iproute2/rt_tables
Network interface config <pre> nano /etc/network/interfaces
make it up and balance <pre> ifup -a ip route add default scope global nexthop via 1.0.0.2 dev eth1 weight 1 nexthop via 2.0.0.2 eth2 weight 1