on ESXi, 2 10G ports w/ 8 tagged vlans(2,55,65,164,172,192 ...) supply port groups by VLAN stripping tags. Devices connected to each port group based on vlan membership. Addressing and routing come from Core Router above this "switch", no IPs assigned to the port groups.
pve network config:
auto vmbr10
iface vmbr10 inet manual
bridge-ports ens2f0 ens2f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2,55,65,164,172,192,216,551,1055
#Trunk Port
auto vmbr7
iface vmbr7 inet manual
bridge-ports vmbr10.216
bridge-stp off
bridge-fd 0
#VLAN216_x.x.x.248/29
then VM etho attached to vmbr7 bridge (this one has static address assigned).
Local host interface is UP, but can't ping gateway of x.x.x.254 that lives on router ve216
It's like it's connected but no traffic passes. the VM has never looked for vlan tag.
I obviously don't understand the linux network stack well enough. Should it be Linux VLAN rather than Linux Bridge?
Hopefully once I grok this for ONE VM, I can migrate the other 30+
I tried vmbr10.216 as the VM eth0 connection also to no avail. Grasping....
pve network config:
auto vmbr10
iface vmbr10 inet manual
bridge-ports ens2f0 ens2f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2,55,65,164,172,192,216,551,1055
#Trunk Port
auto vmbr7
iface vmbr7 inet manual
bridge-ports vmbr10.216
bridge-stp off
bridge-fd 0
#VLAN216_x.x.x.248/29
then VM etho attached to vmbr7 bridge (this one has static address assigned).
Local host interface is UP, but can't ping gateway of x.x.x.254 that lives on router ve216
It's like it's connected but no traffic passes. the VM has never looked for vlan tag.
I obviously don't understand the linux network stack well enough. Should it be Linux VLAN rather than Linux Bridge?
Hopefully once I grok this for ONE VM, I can migrate the other 30+
I tried vmbr10.216 as the VM eth0 connection also to no avail. Grasping....