Hello. I want to use Vlan2 (tagged) for my VMs, but Vlan1 (untagged) for Proxmox itself. But Vlan for VM doesn't work. Could you please help me?
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth1
iface eth1 inet static
address 10.10.100.1/24
# Proxmox Management Interface
auto vmbr0.1
iface vmbr0.1 inet static
address 10.200.222.201/24
gateway 10.200.222.254
# VM Interface
auto vmbr0
iface vmbr0 inet manual
bridge-ports eth0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth1
iface eth1 inet static
address 10.10.100.1/24
# Proxmox Management Interface
auto vmbr0.1
iface vmbr0.1 inet static
address 10.200.222.201/24
gateway 10.200.222.254
# VM Interface
auto vmbr0
iface vmbr0 inet manual
bridge-ports eth0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
Last edited: