Hi,
I can't seem to get vlan tagging working properly.
This does work
This does not
Read more
I can't seem to get vlan tagging working properly.
This does work
Code:
iface enp129s0f0 inet manual
mtu 9000
auto vmbr6
iface vmbr6 inet static
address 10.0.100.11/24
gateway 10.0.100.5
bridge-stp off
bridge-fd 0
mtu 9000
This does not
Code:
iface enp129s0f0 inet manual
mtu 9000
auto vmbr6
iface vmbr6 inet static
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 100
mtu 9000
auto vmbr6.100
address 10.0.100.11/24...
Read more