vlan-awareness

michabbs

Active Member
May 5, 2020
138
20
38
I am trying to convert from traditional vlan config to the new "vlan aware" one. What is wrong here?

Code:
iface enp5s0 inet manual

auto vmbr1
iface vmbr1 inet static
    address 10.13.145.13/24
    gateway 10.13.145.1
    bridge-ports enp5s0
    bridge-stp off
    bridge-fd 0
    bridge-vlan-aware yes
    bridge-vids 2-4094

auto vmbr1.2
iface vmbr1.2 inet static
    address 192.168.2.18/24

Address 10.13.145.13 works. It's in untagged vlan.
Address 192.168.2.18 does not work. I have no connectivity to vlan 2 at all.
 
Config looks fine. And you are sure that your managed switch is set up properly? You didn't changed anything there and VLANID2 was working before with VLAN interfaces on the PVE node?
 
  • Like
Reactions: LnxBil