echo  "alias bond0 bonding"  >>  /etc/modprobe .d /bond0 .conf
echo  "options bond0 mode=1 miimon=100 "  >>  /etc/modprobe .d /bond0 .conf  
  wKioL1SJVXCSgqrdAAEYAic-yvE320.jpg
 
cd  /etc/sysconfig/network-scripts
 
vi  ifcfg-bond0  #内容如下:
DEVICE=bond0

BOOTPROTO=static

TYPE=Ethernet  

ONBOOT=yes

IPADDR=x.x.x.x #IP地址

NETWORK=x.x.x.0  #网络

GATEWAY=x.x.x.x #网关

USERCTL=no
 
 
vi  ifcfg-eth0  #网卡1,内容如下:
DEVICE=eth0
BOOTPROTO=none 
ONBOOT= yes
TYPE=Ethernet 
MASTER=bond0 
SLAVE= yes
USERCTL=no
 
 
vi   ifcfg-eth1  #网卡2,内容如下:
DEVICE=eth1
BOOTPROTO=none 
ONBOOT= yes 
TYPE=Ethernet 
MASTER=bond0 
SLAVE= yes
USERCTL=no
 
vi  /etc/sysconfig/network  #内容如下:
NETWORKING= yes
HOSTNAME=MYHOSTNAME  #主机名
IPV6INIT=no
#GATEWAY=xxx.xxx.xxx.xxx  #缺省网关IP  若BOND0中有设置,则无需在此设置。
 

echo "ifenslave bond0 eth0 eth1" >> /etc/rc.d/rc.local 


service NetworkManager stop;chkconfig NetworkManager off;service network restart 或 reboot 即可。


Welcome to www.gorhce.com   erikxue 薛忠权