Hi All,
Banging my head against this situation for the better part of 2 days.
I have a Dell server with 4 NICs that I've paired together with 2 bonds and 2 bridges. Diagram to illustrate because the words are escaping me.
The management interface works off of the untagged VLAN1 of 10.1.8.0/24
80% of my VMs are on various VLANs, but we do have a couple VMs that we need to put on the untagged VLAN1. All of this was working great last week. All the VMs were getting the addresses they needed.
Well, I ran updates on the Proxmox and noticed afterwards that VMs destined for the Untagged VLAN were no longer able to access the network (while the VMs with Tagged networks worked fine).
My config is here:
I have also spun up Proxmox (7.3.3) on another server to see if my config is broken (this one with 2 NICs) and experience the same symptoms: VLAN Tagged VMs work as expected, but Untagged VLAN VMs cannot access the network. (Management interface can access the untagged network with no issue).
I have tried the following in my troubleshot and verified the following:
Any thoughts/advice/suggestions are GREATLY appreciated.
Thanks!
Banging my head against this situation for the better part of 2 days.
I have a Dell server with 4 NICs that I've paired together with 2 bonds and 2 bridges. Diagram to illustrate because the words are escaping me.
The management interface works off of the untagged VLAN1 of 10.1.8.0/24
80% of my VMs are on various VLANs, but we do have a couple VMs that we need to put on the untagged VLAN1. All of this was working great last week. All the VMs were getting the addresses they needed.
Well, I ran updates on the Proxmox and noticed afterwards that VMs destined for the Untagged VLAN were no longer able to access the network (while the VMs with Tagged networks worked fine).
My config is here:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto eno3
iface eno3 inet dhcp
auto eno4
iface eno4 inet dhcp
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto bond1
iface bond1 inet manual
bond-slaves eno3 eno4
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 10.1.8.200/24
gateway 10.1.8.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
#Internal Network
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have also spun up Proxmox (7.3.3) on another server to see if my config is broken (this one with 2 NICs) and experience the same symptoms: VLAN Tagged VMs work as expected, but Untagged VLAN VMs cannot access the network. (Management interface can access the untagged network with no issue).
I have tried the following in my troubleshot and verified the following:
- All ports on the 24 Port (including trunk and upstream trunk [48 port Unifi]) are on the ALL profile with access to the untagged VLAN (plugged my laptop in and got network)
- WatchGuard router is advertising and tagged properly at the interface (1 untagged, 14 tagged VLANs)
- I have factory reset all switches between the Proxmox host and the Router
- I have taken out the bonds and laid the bridge over a single interface with vlan-aware and without vlan-aware
- Built an entirely new VM to see if the Windows Server VM was junked up (same symptoms)
- Tried VMs on vmbr0 (non-vlan aware) and vmbr1 (vlan aware) to see if the bridge or bond was broken
- I'm sure other things, but my brain is so tired that I can't think of them
Any thoughts/advice/suggestions are GREATLY appreciated.
Thanks!