update to the latest packages today, after rebooting none of my vlan bridges worked.
/etc/network/interfaces:
	
	
	
		
Reboot back into 2.6.32-13 and everything works fine.
Everything seems to come up ok on 2.6.32-14, the issue is none of the vlan associated bridges seem to pass any traffic.
openvz container and KVM machines that use vmbr3 or vmbr4 can not send or receive any data on the network.
Maybe some sysctl setting default changed between versions?
I poked around for a bit but I have not been able to find the cause of this problem yet, any help would be appreciated.
EDIT:
If I remove the bond interface it works fine.
It appears that my bond setup above is not passing the vlan tags in the new kernel but it worked fine in every previous kernel even in 1.9.
				
			/etc/network/interfaces:
		Code:
	
	iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual 
        pre-up modprobe bonding
        mtu 1500
        slaves eth0 eth1
        bond_primary eth0
        bond_miimon 100
        bond_downdelay 200
        bond_updelay 400
        bond_mode active-backup
        
auto vmbr0
iface vmbr0 inet static 
        address 192.168.X.X
        netmask 255.255.255.0
        gateway 192.168.X.X
        bridge_ports bond0
        bridge_stp off
iface bond0.4 inet manual
vlan-raw-device bond0
auto vmbr4
iface vmbr4 inet manual
        bridge_ports bond0.4
        bridge_stp off
        bridge_fd 0
iface bond0.3 inet manual
vlan-raw-device bond0
auto vmbr3
iface vmbr3 inet manual
        bridge_ports bond0.3
        bridge_stp off
        bridge_fd 0Reboot back into 2.6.32-13 and everything works fine.
Everything seems to come up ok on 2.6.32-14, the issue is none of the vlan associated bridges seem to pass any traffic.
openvz container and KVM machines that use vmbr3 or vmbr4 can not send or receive any data on the network.
Maybe some sysctl setting default changed between versions?
I poked around for a bit but I have not been able to find the cause of this problem yet, any help would be appreciated.
EDIT:
If I remove the bond interface it works fine.
It appears that my bond setup above is not passing the vlan tags in the new kernel but it worked fine in every previous kernel even in 1.9.
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	 
 
		 
 
		 , bond interface up and working, thank you very much dietmar, great job!
, bond interface up and working, thank you very much dietmar, great job!
