Comment 56 for bug 482419

Revision history for this message
Stéphane Graber (stgraber) wrote :

I'm having a look at this bug now.

I used a spare DELL PowerEdge 750 with two Intel Gigabit NICs connected to a DELL managed switch with LACP setup.
My /etc/network/interfaces looks like:
 auto bond0
 iface bond0 inet static
     address 10.145.15.20
     netmask 255.255.255.0
     gateway 10.145.15.1

     slaves eth0 eth1
     bond-mode 4
     bond-miimon 10
     bond-lacp-rate fast
     bond-xmit_hash_policy layer2+3

The switch configuration for the two ports is:
  port-channel load-balance layer-2-3-4
  interface range ethernet g(11-12)
  channel-group 4 mode auto
  exit