码迷,mamicode.com
首页 > 其他好文 > 详细

HP C7000刀片服务器实战6:redhat6.8网卡绑定

时间:2018-01-11 16:06:02      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:use   png   vim   mod   local   ast   ethernet   col   配置网卡   

技术分享图片

1. 配置网卡文件  cd /etc/sysconfig/network-scripts

[root@localhost]# vim ifcfg-Bond0 
DEVICE=Bond0
TYPE=bonding
ONBOOT=yes
IPADDR=10.212.126.219
NETMASK=255.255.255.0
Gateway=10.212.126.1 
MTU=1500
BONDING_OPTS=‘mode=0 miimon=100‘   //mode 0 是主备  
USERCTL=no
NM_CONTROLLED=yes
BOOTPROTO=none

[root@localhost]# cat ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes

MASTER=Bond0
SLAVE=yes
USERCTL=no
NM_CONTROLLED=yes
BOOTPROTO=none

[root@localhost]# cat ifcfg-eth1
DEVICE=eth1
TYPE=Ethernet
ONBOOT=yes
MASTER=Bond0
SLAVE=yes
USERCTL=no
NM_CONTROLLED=yes

BOOTPROTO=none技术分享图片

HP C7000刀片服务器实战6:redhat6.8网卡绑定

标签:use   png   vim   mod   local   ast   ethernet   col   配置网卡   

原文地址:http://blog.51cto.com/574549743/2059783

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!