Hi, I installed a brand new Proxmox 8 server and I'm trying to configure a vmvr0 with bridged port to the physical interface of the Proxmox server, this configuration works on Proxmox 7. Here is my config
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.51
iface vmbr0.51 inet static
address 172.16.51.101/24
gateway 172.16.51.1
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.51
iface vmbr0.51 inet static
address 172.16.51.101/24
gateway 172.16.51.1