雙網路卡BOND配置

wei-xh發表於2012-04-18
cat  ifcfg-bond0

DEVICE=bond0
BOOTPROTO=none
IPADDR=172.16.129.151
NETMASK=255.255.255.0
ONBOOT=yes
USERCTL=no
GATEWAY=172.16.129.254
cat   ifcfg-eth0 

DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
 
cat   ifcfg-eth2

DEVICE=eth2
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
 
cat /etc/modprobe.conf

alias eth0 bnx2
alias eth1 bnx2
alias eth2 bnx2
alias eth3 bnx2
alias bond0 bonding
options bond0 miimon=100 mode=1 updelay=60000 primary=eth0
MODE  1代表主備。
MODE  0代表LOAD BANLANCE
 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22034023/viewspace-721553/,如需轉載,請註明出處,否則將追究法律責任。

相關文章