VLAN in bridge interface

egrueda

Renowned Member
Nov 9, 2010
48
3
73
Madrid, Spain
Hi all.
I have a single dedicated server with a single network interface.
I'm using proxmox 4.2 on it, fresh install.
This server is using a bridge, vmbr0, which uses the only available physical interface, eth0

I need to configure a second network in the same interface, plus using a specific vlan ID, so I can have my public IP and also a privated IP within VLAN.

At first, I tried to "apt-get install vlan" to get vconfig, but instead got:
Code:
The following packages will be REMOVED:
  proxmox-ve pve-manager

So I'm trying every configuration I can imagine within /etc/network/interfaces with no success.

Can somebody help me getting vlan woring here?
Thanks!