Revision [3658]

Last edited on 2010-03-04 20:19:15 by WikiAdmin
Additions:
==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


Revision [1796]

Edited on 2008-07-03 18:47:17 by WikiAdmin
Additions:
options bonding miimon=100 mode=6 max_bonds=2
Deletions:
options bond0 miimon=100 mode=1 max_bonds=2
options bond1 miimon=100 mode=1 max_bonds=2


Revision [1793]

Edited on 2008-07-02 18:24:14 by WikiAdmin
Additions:
#
# 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 WikiAdmin
Additions:
Advanced binding (such as load balancing with cisco switch)
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php


Revision [1241]

The oldest known version of this page was created on 2007-12-28 00:41:30 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki