红联Linux门户
Linux帮助

ubuntu绑定双网卡

发布时间:2007-03-15 01:05:55来源:红联作者:XLooking
vi /etc/modules 加入
bonding mode=active-backup miimon=100

vi /etc/network/interfaces 加入
auto bond0
iface bond0 inet static
address 192.168.1.105
netmask 255.255.255.0
gateway 192.168.1.1
post-up ifenslave bond0 eth0 eth1
pre-down ifenslave -d bond0 eth0 eth1

sudo apt-get install ifenslave-2.6
文章评论

共有 0 条评论