alias bond0 bonding
mode=0 (Balance Round Robin)
DEVICE=bond0
DEVICE=eth0
DEVICE=eth1
SLAVE=yes
cat /proc/net/bonding/bond0
You can use multiple bond interface but for that you must load the bonding module as many as you need. Presuming that you want two bond interface you must configure the /etc/modprobe.conf as follow:
alias bond0 bonding
options bonding max_bonds=2
Also add in /etc/sysconfig/network-script/ifcfg-bond0 & bond1 below line
BONDING_OPTS="miimon=100 mode=1"
0 comments:
Post a Comment