Channel Bonding: erreur d'origine inconnu

Channel Bonding: erreur d'origine inconnu - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 19-08-2004 à 05:13:56    

Voila j'ai configurer mon channel bonding en active-backup sur mon serveur Debian.
Tout marche très bien: internet, le remplacement de NIC en cas de problèmes.....
 
Cependant lors du chargement je constate qu'il y a des erreurs.
Voici un extrait du probleme affiché lors du démarrage:

Code :
  1. Configuring network interfaces:
  2. Something broke setting the slave's address: Invalid Argument
  3. Error setting the slave (eth0) with SIOCSIFDSTADDR: Invalid Argument
  4. Something broke setting the slave (eth0) broadcast address: Invalid Argument
  5. Something broke setting the slave (eth0) netmask: Invalid Argument
  6. Configuring network interfaces: Something broke setting the slave's address: Invalid Argument
  7. Error setting the slave (eth1) with SIOCSIFDSTADDR: Invalid Argument
  8. Something broke setting the slave (eth1) broadcast address: Invalid Argument
  9. Something broke setting the slave (eth1) netmask: Invalid Argument


 
Voila sinon tout marche très bien je le rapelle et dans les logs je ne retrouve pas ces erreurs.
 
Mon fichier /etc/network/interfaces:

Code :
  1. auto lo
  2. iface lo inet loopback
  3. auto eth0
  4. iface eth0 inet static
  5.         address 192.168.0.10
  6.         netmask 255.255.255.0
  7.         network 192.168.0.0
  8.         broadcast 192.168.0.255
  9.         gateway 192.168.0.1
  10. auto eth1
  11. iface eth1 inet static
  12.         address 192.168.0.10
  13.         netmask 255.255.255.0
  14.         network 192.168.0.0
  15.         broadcast 192.168.0.255
  16.         gateway 192.168.0.1
  17. auto bond0
  18. iface bond0 inet static
  19.         address 192.168.0.10
  20.         netmask 255.255.255.0
  21.         network 192.168.0.0
  22.         broadcast 192.168.0.255
  23.         gateway 192.168.0.1
  24.         up route del -net 192.168.0.0 netmask 255.255.255.0 dev eth0
  25.         up route del -net 192.168.0.0 netmask 255.255.255.0 dev eth1
  26.         pre-up ifenslave -E bond0 eth0 eth1
  27.         post-down ifconfig eth0 down
  28.         post-down ifconfig eth1 down


 
Et mon fichier /etc/modules:

Code :
  1. 3c59x
  2. bonding mode=1 miimon=100


 
Voila il y a tout!

Reply

Marsh Posté le 19-08-2004 à 05:13:56   

Reply

Marsh Posté le 19-08-2004 à 14:38:45    

up

Reply

Marsh Posté le 19-08-2004 à 14:49:07    

http://forum.hardware.fr/hardwaref [...] 0644-1.htm
merci de ne pas ouvrir 36 sujets .

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed