Proxmox 4 beta Latest update kernel 4.1.3-1-pve vlan support are removed.

Egner

Renowned Member
Aug 2, 2015
96
1
73
Hi proxmox,

Since the latest update are all my vlan that are tagged to the virtual servers (both lxc and kvm) dead.

are there any progress on this? or are there any option to revert the previous update?

/Egner
 
Instead of trying to fully revert the update, have you tried just booting into the previous 3.19.8 kernel?
 
have you tried: apt-get purge vlan

If the package is not purged config files for this package still remains. This could brake vlan config which is now part of proxmox.
 
@Egner: Thanks. The contents are listed here self-sufficiency:
Code:
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
    address  10.10.13.102
    netmask  255.255.255.0
    gateway  10.10.13.1
    bridge_ports eth1
    bridge_stp off
    bridge_fd 0
    bridge_vlan_aware yes

auto vmbr1
iface vmbr1 inet static
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0
    bridge_vlan_aware yes