Proxmox trunk setup with virtual router

Dock

New Member
Jun 27, 2025
1
0
1
Hello, I'm facing issue with configure vlan for VM's, containers.
  • My setup for now
  • WAN - enp4s0 - bridged to vmbr0
  • LAN - enp5s0 - bridged to vmbr1
  • VM Kerio control handle vlans
  • managed switch connected to lan
Hosts in local network connected to switch work normally with all vlans, but when i assign vlan to VM from network config vmbr1 with vlan 3, don't work.
Tried to configure on vmbr1
/etc/network/interfaces
Code:
bridge-vlan-aware yes
bridge-vids 2-2048
Vlans in the whole network became not work.

Any ideas?