pve kernel 2.6.32-12 IEEE 802.1Q does not work

  • Thread starter Thread starter ccorsani
  • Start date Start date
C

ccorsani

Guest
Hi, I have 3 nodes with this network configuration:

auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet manual
iface eth2 inet manual
auto bond0
iface bond0 inet manual
bond-mode active-backup
bond-miimon 100
bond-downdelay 200
bond-updelay 100
slaves eth1 eth2


auto bond0.10
iface bond0.10 inet manual
vlan-raw-device bond0


auto bond0.20
iface bond0.20 inet manual
vlan-raw-device bond0


auto vmbr0
iface vmbr0 inet dhcp
bridge_ports bond0.10
bridge_stp off
bridge_fd 0
bridge_maxwait 0


auto vmbr1
iface vmbr1 inet manual
bridge_ports bond0.20
bridge_stp off
bridge_fd 0
bridge_maxwait 0

works fine with 2.6.32-10 and 2.6.32-11 but seems not working with 2.6.32-12. vmbr0 can't obtain ip from dhcp.
 
which nic/driver are you using?
i expirienced similar problems with some intel nics.
one machine didn´t work with tagged and untagged vlans at the same time, another didn´t work with vlan´s at all.
 
Here my nics:

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
04:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
 
Here my nics:

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
04:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)

is it working if you remove the intel-nics from the bond?