View Single Post

  #3 (permalink)  
Old 06-26-2006, 08:35 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

See the configuration RHEL instructions:
http://www.cyberciti.biz/nixcraft/vi...le-network.php

However the line:
options bond0 mode=balance-alb miimon=100

Should be as follows:
options bond0 mode=active-backup miimon=100

balance-alb is adaptive load balancing: includes balance-tlb plus receive load balancing (rlb) for IPV4 traffic, and does not require any special switch support.

Where, active-backup Only one slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. The bond's MAC address is externally visible on only one port (network adapter) to avoid confusing the switch.

Hope this helps
Reply With Quote