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

bond mode4 配置

时间:2017-06-26 11:34:18      阅读:882      评论:0      收藏:0      [点我收藏+]

标签:ace   3.2   work   mon   nbsp   ethernet   put   eth0   add   

[root@compute-3-17 network-scripts]# cat ifcfg-bond0
DEVICE=bond0
TYPE=Bond
NAME=bond0
BONDING_MASTER=yes
BOOTPROTO=none
USERCTL=no
ONBOOT=yes
BONDING_OPTS="mode=4 miimon=100"
________________________________________________________________________
[root@compute-3-17 network-scripts]# cat ifcfg-bond0.3015
DEVICE=bond0.3015
NAME=bond0.3015
BOOTPROTO=none
USERCTL=no
ONBOOT=yes
IPADDR=10.152.3.17
PREFIX=24
GATEWAY=10.152.3.254
VLAN=yes
_________________________________________________________________________
[root@compute-3-17 network-scripts]# cat ifcfg-eth0
TYPE=Ethernet
BOOTPROTO=none
NAME=eth0
DEVICE=eth0
ONBOOT=no
[root@compute-3-17 network-scripts]# cat ifcfg-eth1
TYPE=Ethernet
BOOTPROTO=none
NAME=eth1
DEVICE=eth1
ONBOOT=no
[root@compute-3-17 network-scripts]# cat ifcfg-eth2
TYPE=Ethernet
BOOTPROTO=none
DEVICE=eth2
ONBOOT=yes
MASTER=bond0
SLAVE=yes
[root@compute-3-17 network-scripts]# cat ifcfg-eth3
TYPE=Ethernet
BOOTPROTO=none
DEVICE=eth3
ONBOOT=yes
MASTER=bond0
SLAVE=yes
_____________________________________________________________________________________
 

bond mode4 配置

标签:ace   3.2   work   mon   nbsp   ethernet   put   eth0   add   

原文地址:http://www.cnblogs.com/openstack-elk/p/7079502.html

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