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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!