I'm having issues assigning a VM on the same VLAN as the Proxmox Management interface. I'm able to assign a VM on any other VLAN so as soon as I change the VLAN tag and renew lease I get an IP on that VLAN.
My problem is that as soon as I change the VLAN tag to that of the Management VLAN (VLAN4), I lose connectivity to my Proxmox UI and the only way to get back access it to reset the Proxmox network service from CLI. Any help is appreciated. Thanks!
Config below:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-downdelay 200
bond-updelay 200
bond-lacp-rate 1
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware true
bridge-vids 2-4094
auto vmbr0.4
iface vmbr0.4 inet static
address 10.9.4.5/24
gateway 10.9.4.1
My problem is that as soon as I change the VLAN tag to that of the Management VLAN (VLAN4), I lose connectivity to my Proxmox UI and the only way to get back access it to reset the Proxmox network service from CLI. Any help is appreciated. Thanks!
Config below:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-downdelay 200
bond-updelay 200
bond-lacp-rate 1
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware true
bridge-vids 2-4094
auto vmbr0.4
iface vmbr0.4 inet static
address 10.9.4.5/24
gateway 10.9.4.1