• # /etc/modprod.d/

    Posté par . En réponse au message Paquets RX "dropped" sur interface en mode "bonding". Évalué à 0.

    Bonjour,
    Je vais me borner à comparer par rapport à une config qui fonctionne (Chez moi)
    Sur ton log :

    [ 12.853623] bonding: bond0: Ignoring invalid LACP rate value 4.
    [ 12.861663] ADDRCONF(NETDEV_UP): bond0: link is not ready

    Chez moi ça n'apparait pas

    [ 9.668630] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
    [ 9.674522] bonding: bond0: Setting MII monitoring interval to 100.
    [ 9.674592] bonding: bond0: Setting down delay to 200.
    [ 9.674635] bonding: bond0: Setting up delay to 200.
    [ 9.679190] bonding: bond0: setting mode to 802.3ad (4).
    [ 9.684552] bonding: bond0: Adding slave eth0.
    [ 9.688615] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
    [ 9.688984] bonding: bond0: enslaving eth0 as a backup interface with an up link.
    [ 9.696454] bonding: bond0: Adding slave eth1.
    [ 9.700812] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
    [ 9.701230] bonding: bond0: enslaving eth1 as a backup interface with an up link.
    

    Il faudrait connaitre le contenu du fichier /etc/modprobe.d/aliases-bond.conf

    chez moi c'est :

    alias bond0 bonding
    options bond0 -o bond0 mode=4 miimon=100 primary=eth0
    

    pour ce qui est de la config eth2 et eth3 dans /etc/network/interfaces :

    auto eth2
    auto eth3
    

    suffit largement

    L'intelligence, c'est le seul outil qui permet à l'homme de mesurer l'étendue de son malheur. (Pierre Desproges)