什么是LINUX之bonding
Cd /etc/sysconfig/network-scripts
Vi ifcfg-bond0
Cp ifcfg-eth0 ifcfg-bond0
[root@gw network-scripts]# more ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
BROADCAST=192.168.1.255
IPADDR=192.168.1.201
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
[root@gw network-scripts]# more ifcfg-eth1
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth1
BOOTPROTO=none
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
[root@gw network-scripts]# more ifcfg-eth2
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth2
BOOTPROTO=none
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
模块部分
alias bond0 bonding
options bond0 miimon=100 mode=1
启动执行部分
ifenslave bond0 eth1 eth2
more /proc/net/bonding/bond0
以上完成于两TP-LINK普通卡
CentOS 5。
以上内容就是爱站技术频道小编为大家分享的什么是LINUX之bonding,看完以上分享之后,大家应该都知道什么是LINUX之bonding了吧。