Ich habe versucht einen Dell-Server mit 2 NICs laut folgender Anleitung zum Bonding zu bringen:
http://www.5dollarwhitebox.org/wiki/ind ... ing_Debian
Ich hab mich genau an das Howto gehalten bis auf eine Ausnahme. In der Datei
Code: Alles auswählen
/etc/modutils/aliases
Code: Alles auswählen
options bonding mode=0 miimon=100
Code: Alles auswählen
options bonding mode=802.3ad miimon=100
Nur ganz am Ende wenn ich
Code: Alles auswählen
# /etc/init.d/networking start
Code: Alles auswählen
bonding: bond0: Warning: the permanent HWaddr of eth0 - 00:13:72:5A:A8:AA - is still in use by bond0. Set the HWaddr of eth0 to a different address to avoid conflicts.
bonding: bond0: releasing active interface eth0
bonding: bond0: releasing active interface eth1
ADDRCONF(NETDEV_UP): bond0: link is not ready
ADDRCONF(NETDEV_UP): eth0: link is not ready
bonding: bond0: Warning: failed to get speed and duplex from eth0, assumed to be 100Mb/sec and Full.
bonding: bond0: enslaving eth0 as an active interface with an up link.
ADDRCONF(NETDEV_UP): eth1: link is not ready
bonding: bond0: Warning: failed to get speed and duplex from eth1, assumed to be 100Mb/sec and Full.
bonding: bond0: enslaving eth1 as an active interface with an up link.
ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
e1000: eth0: e1000_watchdog: NIC Link is Down
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
bond0: no IPv6 routers present
eth0: no IPv6 routers present
eth1: no IPv6 routers present
Vielleicht sollte ich mal einzeln eth0, dann eth1 und zuletzt bond0 manuell starten.
Sonst wer eine Idee?
Des weiteren wäre ich sehr froh wenn mal einer die Begrifflichkeiten klären könnte die mich z.Zt. etwas verwirren. Ich meine genauer die Definitionen von Bonding, bzw Trunking, bzw Teaming. Sind die Begriffe unterschiedlich in der Windows und Unix Welt?
Gruß,
Flitschbirne