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

bond1 mag nicht



Hallo zusammen,

ich kämpfe grad mit NIC-Bonding, da ich ich nun ein zusätzliches bond0
benötige....

Mit bond0 klappt's - nur kriege ich bond1 nicht erstellt :-(

# cat /etc/modutils/aliases 
alias bond0 bonding
alias eth0 e1000 
alias eth4 bnx2
options bonding mode=0 miimon=100
alias bond1 bonding
alias eth1 e1000
alias eth2 tg3
options bonding mode=0 miimon=100

# cat /etc/modutils/actions 
probeall bond0 eth0 eth4 bonding 
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

bond0 ist erreichbar und tut - nur wird bond1 gar nicht erst erstellt
und ist somit nicht konfigurierbar :(

# ifup bond1
SIOCSIFHWADDR: No such device
Failed to bring up bond1.

Kann mir mal jemand verraten, was ich falsch mache?

Grüße

Thomas


Reply to: