vlan support in proxmox 4.0 ?

hape

Renowned Member
Jun 10, 2013
75
5
73
Hello all,

is there something changed in vlan-support in proxmox 4.0?

I cannot add a bridge-interface vmbrx with member ethx.xxx as in proxmox 3.4.

Any idea?

Regards

Hans-Peter
 
I saw a similar comment on the pve user mail list.

the email subject is: Network config (VLANs) changed in 4.0?

here are some parts:
"i reinstalled proxmox 4.0 and took over the /etc/network/interface file from my 3.4 installation.
So far it is running well.

But if i want to change a network setting via the network GUI I get an error message:
bridge 'vmbr41' - unable to find port 'eth0.41' (500)

A test adding the lines "auto eth0.41" and "auto eth0.77" solves the problem but is not necessary for debian itself."

and

"because the management interface is part of a vlan also.
For the records - i changed my interfaces file to this:

auto lo
iface lo inet loopback
auto eth0
# Management interface (Proxmox Web GUI)
auto eth0.41
iface eth0.41 inet static
address xxxx.xxx.1.164
netmask 255.255.255.0
# base for the VMs
auto vmbr0
iface vmbr0 inet static
address 0.0.0.0
bridge_ports eth0
bridge_stp off
bridge_fd 0

Omitting the address from vmbr0 does not bring it up.

Thanks for the hints. They put me into the right direction."
 
VLAN works not fine... this is a core feature, must work. We have on every customer more then 15 VLANs... ok, upgarde must waiting, more testing...
 
Hello all,

is there something changed in vlan-support in proxmox 4.0?

I cannot add a bridge-interface vmbrx with member ethx.xxx as in proxmox 3.4.

Any idea?

Regards

Hans-Peter

it should work like before,

can you post your /etc/network/interfaces file ?

Edit : Is it only a gui bug ?
 
Last edited:
I saw a similar comment on the pve user mail list.

the email subject is: Network config (VLANs) changed in 4.0?

here are some parts:
"i reinstalled proxmox 4.0 and took over the /etc/network/interface file from my 3.4 installation.
So far it is running well.

But if i want to change a network setting via the network GUI I get an error message:
bridge 'vmbr41' - unable to find port 'eth0.41' (500)

A test adding the lines "auto eth0.41" and "auto eth0.77" solves the problem but is not necessary for debian itself."

and

"because the management interface is part of a vlan also.
For the records - i changed my interfaces file to this:

auto lo
iface lo inet loopback
auto eth0
# Management interface (Proxmox Web GUI)
auto eth0.41
iface eth0.41 inet static
address xxxx.xxx.1.164
netmask 255.255.255.0
# base for the VMs
auto vmbr0
iface vmbr0 inet static
address 0.0.0.0
bridge_ports eth0
bridge_stp off
bridge_fd 0

Omitting the address from vmbr0 does not bring it up.

Thanks for the hints. They put me into the right direction."

Hi, this should be fixed in coming pve-common 4.0-34 package

https://git.proxmox.com/?p=pve-common.git;a=commit;h=aeac55e13854fe8d7aeeef545c3f5d65edc34971