关于配置bond0

编辑ifcfg-eth0#
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
MASTER=bond0
SLAVE=yes
编辑ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=static
MASTER=bond0
SLAVE=yes
编辑 ifcfg-bond0 (自己建)
DEVICE=bond0
BOOTPROTO=static
NETMASK=255.255.255.0
IPADDR=192.68.1.22
GATEWAY=192.168.1.1
ONBOOT=yes
BONDING_OPTS=“miimon=100 mode=6”

猜你喜欢

转载自blog.csdn.net/weixin_41797527/article/details/83758566