Revision [3658]
Last edited on 2010-03-04 20:19:15 by WikiAdminAdditions:
==Setup for ES5==
Create the bond0 if script
IPADDR=192.168.1.2
BONDING_OPTS="mode=1 miimon=100"
MTU=9000
Probe the module and bring it up
modprobe bonding mode=1 miimon=100
ifup bond0
Create the bond0 if script
IPADDR=192.168.1.2
BONDING_OPTS="mode=1 miimon=100"
MTU=9000
Probe the module and bring it up
modprobe bonding mode=1 miimon=100
ifup bond0
Revision [1796]
Edited on 2008-07-03 18:47:17 by WikiAdminAdditions:
options bonding miimon=100 mode=6 max_bonds=2
Deletions:
options bond1 miimon=100 mode=1 max_bonds=2
Revision [1793]
Edited on 2008-07-02 18:24:14 by WikiAdminAdditions:
#
# For multiple nic bonding
#
# This will give you the same option on all bondings
alias bond1 bonding
options bond0 miimon=100 mode=1 max_bonds=2
options bond1 miimon=100 mode=1 max_bonds=2
# This give you different options on each bonding
alias bond3 bonding
options bond1 -o bonding3 miimon=100 mode=1
# For multiple nic bonding
#
# This will give you the same option on all bondings
alias bond1 bonding
options bond0 miimon=100 mode=1 max_bonds=2
options bond1 miimon=100 mode=1 max_bonds=2
# This give you different options on each bonding
alias bond3 bonding
options bond1 -o bonding3 miimon=100 mode=1
Revision [1503]
Edited on 2008-03-18 07:03:32 by WikiAdminAdditions:
Advanced binding (such as load balancing with cisco switch)
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php