负载均衡RH6(band)RH7(team)
BAND
cp ifcf-eth0 ifcf-band0
vim ifcfg-eth0
MASTER=band0
SLAVE=yes
vim ifcfg-eth1
MASTER=band0
SLAVE=yes
vim ifcfg-band0
DEVICE=band0
ONBOOT=yes
TYPE=Ethernet
IPADDR=172.25.0.100
GATEWAY=172.25.254.254
NETMASK=255.255.255.0
NAME=band0
ethtool bond0
bond配置文件
/etc/modprobe.d/modprobe.conf
touch /etc/modprobe.d/modprobe.conf
vim /etc/modprobe.d/modprobe.conf
[[email protected] modprobe.d]# cat modprobe.conf
alias bond0 bonding
options bond0 miimon=100 mode=0
vim /etc/rc.local加入如下配置信息
ifenslave bond0 eth0 eth1
配置负载模式
model=1 主备模式 带宽=1000
model=0 轮询模式 带宽=1000+1000
使用netperf测试带宽