I am trying to convert from traditional vlan config to the new "vlan aware" one. What is wrong here?
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.
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.