Hi,
I can't seem to get vlan tagging working properly.
This does work
This does not
Vlan 100 on the switch should be properly working, as the working setting pings the upstream vlan IP.
Can't figure out how to properly tag.
Same thing on a trunk port with multiple linux vlans for proxmox cluster, ceph storage and so on.
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
gateway 10.0.100.5
mtu 9000
Vlan 100 on the switch should be properly working, as the working setting pings the upstream vlan IP.
Can't figure out how to properly tag.
Same thing on a trunk port with multiple linux vlans for proxmox cluster, ceph storage and so on.
Last edited: