LINUX双网卡绑定设置。

LINUX双网卡绑定设置方法:

RedHat6

1)编辑Bond文件

[ruby]  view plain  copy
  1. [root@redhat01 ~]# vim /etc/sysconfig/network-scripts/ifcfg-bond0   
  2. DEVICE=bond0  
  3. ONBOOT=yes  
  4. BOOTPROTO=none  
  5. IPADDR=  
  6. NETMASK=  
  7. GATEWAY=  
  8. USERCTL=no  
  9. NM_CONTROLLED=no  
2)编辑网卡配置文件(eth0、eth1)
[ruby]  view plain  copy
  1. [root@redhat01 ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0  
  2. DEVICE=eth0  
  3. TYPE=Ethernet  
  4. ONBOOT=yes  
  5. BOOTPROTO=none  
  6. MASTER=bond0  
  7. SLAVE=yes  
  8. NM_CONTROLLED=no  
  9. USERCTL=no  
  10.   
  11. [root@redhat01 ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth1  
  12. DEVICE=eth1  
  13. TYPE=Ethernet  
  14. ONBOOT=yes  
  15. BOOTPROTO=none  
  16. MASTER=bond0  
  17. SLAVE=yes  
  18. NM_CONTROLLED=no  
  19. USERCTL=no  

3)修改modprobe相关文件,并加载Bonding模块

[ruby]  view plain  copy
  1. [root@redhat01 ~]# vim /etc/modprobe.d/dist.conf   
  2. alias bond0 bonding  
  3. options bond0 miimon=100 mode=1  
[ruby]  view plain  copy
  1. [root@redhat01 ~]# vim /etc/rc.local   
  2. ifenslave bond0 eth0 eth1  
4)重启网络并查看bond状态

[ruby]  view plain  copy
  1. [root@redhat01 /]# cat /proc/net/bonding/bond0   
  2. Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)  
  3.   
  4. Bonding Mode: fault-tolerance (active-backup)  
  5. Primary Slave: None  
  6. Currently Active Slave: eth0  
  7. MII Status: up  
  8. MII Polling Interval (ms): 100  
  9. Up Delay (ms): 0  
  10. Down Delay (ms): 0  
  11.   
  12. Slave Interface: eth0  
  13. MII Status: up  
  14. Speed: 1000 Mbps  
  15. Duplex: full  
  16. Link Failure Count: 0  
  17. Permanent HW addr: 00:0c:29:04:5b:51  
  18. Slave queue ID: 0  
  19.   
  20. Slave Interface: eth1  
  21. MII Status: up  
  22. Speed: 1000 Mbps  
  23. Duplex: full  
  24. Link Failure Count: 0  
  25. Permanent HW addr: 00:0c:29:04:5b:47  
  26. Slave queue ID: 0  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值