Wat staat er in je /etc/modprobe.d/bonding.conf van mode, misschien gebruik je inderdaad wel 2 verschillende modes. Hieronder een voorbeeld van hoe het er zou moeten uitzien, samen met de modes. Let er ook op dat mode 5 & 6 (balance-tlb / balance-alb) ethtool nodig hebben op je centos server.
/etc/modprobe.d/bonding.conf:
Code:
alias bond0 bonding
options bond0 mode=5 miimon=100
modes:
Code:
mode=0 (Balance-rr) – This mode provides load balancing and fault tolerance.
mode=1 (active-backup) – This mode provides fault tolerance.
mode=2 (balance-xor) – This mode provides load balancing and fault tolerance.
mode=3 (broadcast) – This mode provides fault tolerance.
mode=4 (802.3ad) – This mode provides load balancing and fault tolerance.
mode=5 (balance-tlb) – Prerequisite: Ethtool support in the base drivers for retrieving the speed of each slave.
mode=6 (balance-alb) – Prerequisite: Ethtool support in the base drivers for retrieving the speed of each slave.