首页 > 代码库 > bond mode4 配置
bond mode4 配置
[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 配置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。