( http://blog.csdn.net/quqi99 )
linux有七种网卡绑定模式:
vi /etc/network/interfaces
auto bond0
iface bond0 inet manual
bond-slaves eth2 eth1
bond-miimon 100
bond-mode 4
bond-lacp-rate 1
bond-xmit-hash-policy 2
mtu 9000
auto eth2
iface eth2 inet manual
bond-master bond0
auto eth1
iface eth1 inet manual
bond-master bond0
auto bond0.1600
iface bond0.1600 inet static
address 10.0.1.108
netmask 255.255.255.0
up ip route add 10.0.0.0/16 via 10.0.1.1 dev bond0.1600 || true