Hey there I unfortunately am having some issues with the 9.1 and I'm just here double checking if anyone else has any ideas or solutions for this odd problem. Unfortunately this configuration works perfectly on my 8.4.1.7 PVE versions but when updated to proxmox 9 or fresh installed, this configuration ends up with the host being pingable, but the management web UI will refuse to load. If I set the IP address on the vmbr0 with bond0 in no vlan the webui loads just fine on reboot such as 192.168.1.16.
Here is the relevant area of my /etc/network/interfaces. This would be utilizing Mellanox Connectx3 cards.
Once again, this configuration works perfectly fine on 8.4.1.7 on this exact device
BUT when updated to 9.1 or fresh install to 9.1 the management web ui will load with the vlan assignment ONLY AFTER I CONNECT TO THE 9.1 VIA PUTTY, dont need to login, just connect then the management ui will load.
auto lo
iface lo inet loopback
iface enp5s0f0 inet manual
iface enp5s0f1 inet manual
auto enp139s0
iface enp139s0 inet manual
mtu 9000
auto enp139s0d1
iface enp139s0d1 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
bond-slaves enp139s0 enp139s0d1
bond-miimon 100
bond-mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 10 20 30 40 50 60 70 80 90 100
mtu 9000
auto vmbr0.10
iface vmbr0.10 inet manual
auto vmbr0.20
iface vmbr0.20 inet static
address 192.168.20.16/24
gateway 192.168.20.1
mtu 9000
Here is the relevant area of my /etc/network/interfaces. This would be utilizing Mellanox Connectx3 cards.
Once again, this configuration works perfectly fine on 8.4.1.7 on this exact device
BUT when updated to 9.1 or fresh install to 9.1 the management web ui will load with the vlan assignment ONLY AFTER I CONNECT TO THE 9.1 VIA PUTTY, dont need to login, just connect then the management ui will load.
auto lo
iface lo inet loopback
iface enp5s0f0 inet manual
iface enp5s0f1 inet manual
auto enp139s0
iface enp139s0 inet manual
mtu 9000
auto enp139s0d1
iface enp139s0d1 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
bond-slaves enp139s0 enp139s0d1
bond-miimon 100
bond-mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 10 20 30 40 50 60 70 80 90 100
mtu 9000
auto vmbr0.10
iface vmbr0.10 inet manual
auto vmbr0.20
iface vmbr0.20 inet static
address 192.168.20.16/24
gateway 192.168.20.1
mtu 9000
Last edited: