Linux Bonding最优配置

Posted myway_liang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Bonding最优配置相关的知识,希望对你有一定的参考价值。

配置Linux bond配置:

配置网卡eth0使用的命令如下:

cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
配置网卡eth1使用的命令如下:
cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
配置bond0使用的命令如下:
DEVICE=bond0
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=static
BONDING_OPTS="mammon=100 mode=4"
重启网卡生效

 

交换机确认:
show etherchannel summary
服务器确认:
ethtool bond0
cat /proc/net/bonding/bond0
测试bonding流量压力测试用iPerf工具
ifstat -b

 

以上是关于Linux Bonding最优配置的主要内容,如果未能解决你的问题,请参考以下文章

linux下网卡bonding配置(转)

Linux系统之Bonding 网卡绑定配置方法

Linux Bonding

linux虚拟网络接口---bonding配置

linux网络管理-bonding

linux系统配置网卡绑定