DELL服務器雙網卡綁定vim
第一步:編輯bond0文件bash
[root@db ~]# vim /etc/sysconfig/network-scripts/bond0 DEVICE=bond0 TYPE=Ethernet ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=no IPADDR=172.16.1.2 NETMASK=255.255.0.0 GATEWAY=172.16.1.1
第二步:編輯ifcfg-em1文件服務器
[root@db ~]# vim /etc/sysconfig/network-scripts/ifcfg-em1 DEVICE=em1 HWADDR=14:18:77:27:2A:A2 TYPE=Ethernet UUID=9f9df849-873a-44ea-ac41-62410b88079 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=no MASTER=bond0 SLAVE=yes
第三步:編輯ifcfg-em2文件網絡
[root@db ~]# vim /etc/sysconfig/network-scripts/ifcfg-em2 DEVICE=em2 TYPE=Ethernet UUID=9f9df849-873a-44ea-ac41-62410b88079 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=no MASTER=bond0 SLAVE=yes
第四步:編輯bonding.conf文件ide
[root@db ~]# vim /etc/modprobe.d/bonding.conf alias bond0 bonding options bond0 miimon=100 mode=1 use_carrier=0
第五步:重啓網絡服務spa
[root@db ~]#service network restart
第六步:查看網卡綁定信息rest
[root@db ~]# cat /proc/net/bonding/bond0