[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

NIC-Bonding unter etch



Hallo zusammen,

mich plagt nun seit einigen Tagen das Problem, dass ich mit NIC-Bonding
nicht zurecht komme. Ich möchte einen Server ausfallsicher machen - mit
einem bonding-device klappts auch - nur sobald ich éin weiteres
definieren möchte (von dem ich momentan nicht genau weiß, wie ich das
anstellen soll) ist auch bond0 weg. Ich denke, dass es eine
definitionssache ist, jedoch schweigt sich die Dokumentation hierzu aus
und meinen Test nach Try&Error-Manier bin ich auch noch nicht
erfolgreich geworden....

Wie ich vorgegangen bin:


# cat /etc/modutils/aliases 
alias bond0 bonding
alias eth0 e1000 
alias eth4 bnx2
options bonding mode=0 miimon=100
## hinzugefuegt für bond1 --> macht Probleme?!
alias bond1 bonding
alias eth1 e1000
alias eth2 tg3
options bonding mode=0 miimon=100

und hier ebenso definiert:

# cat /etc/modutils/actions 
probeall bond0 eth0 eth4 bonding 
## hinzufügt für bond1 --> nacht 
probeall bond1 eth1 eth2 bonding

und entsprechend in den /e/n/i definiert....
.....
auto bond0
iface bond0 inet static
        address W.X.Y.3
        netmask 255.255.255.0
        network W.X.Y.0
        broadcast W.X.Y.255
        hwaddress ether 00:02:B3:48:50:2C
        up ifenslave bond0 eth0 eth4
        down ifenslave -d bond0 eth0 eth4


auto bond1
iface bond1 inet static
        address X.Y.Z.3
        netmask 255.255.255.0
        network X.Y.Z.0
        broadcast 192.172.172.255
        hwaddress ether 00:04:B3:48:50:2C
        up ifenslave bond1 eth1 eth2
        down ifenslave -d bond1 eth1 eth2
 

Wenn ich auf diese Weise nur bond0 definiere, klappts - nur wollen
weitere bondX nicht und ich versteh leider nicht warum und meine
Versuche verliefen leider ergebnislos...

Hat jemand ne Idee, was ich hier falsch mache?

Vielen Dank im Vorraus,

Grüße

Thomas 


Reply to: