Proxmox was running great under 9.0.3. Today I updated to 9.0.4 and removed systemd-boot, and my host no longer has a network connection.

- I can connect to the console directly using monitor/keyboard and everything boots fine but I can't ping the gateway using its IP address, apt update fails, etc. I am only using ipv4.
- My host is not setting the ip address correctly on its VLAN. journalctl -u networking shows an error in netlink "vmrb0.50: cannot create vlan vmbr0.50 50: operation failed with 'Operation not supported' (95)"
- Systemctrl shows that everything is running except RPC pipe file system and pvefw-logger (assuming because the network is down), and the pve lxc containers
- I tried booting into an older kernel and I had the same result
- The switch port is a trunk and I've made no changes to it in months

Code:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.50
iface vmbr0.50 inet static
address 10.7.5.6/24
gateway 10.7.5.1
#Used for ProxMox console access. Do not remove.
iface wlp0s20f3 inet manual
source /etc/network/interfaces.d/*
Code:
127.0.0.1 localhost.localdomain localhost
10.7.5.6 prox.mydomain.com prox
Last edited: