Proxmox 8 vmbr0 is not working

kazi

Member
Jan 18, 2024
67
1
8
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
 
Hey,

could you post the output of ip a?

Note: you can use use [CODE]...[/CODE] tags to format it nicely.
 
What exactly is not working? eno1 is up and vmbr0 has the configured IP on VLAN 51.