Hi,
I recently installed proxmox 5.4 on Debian. Having troubles configuring the bridges to work for the VMs
Here are the configs
iface eth0 inet manual
auto vmbr1
iface vmbr1 inet static
address 10.2.2.4
netmask 24
gateway 10.2.2.1
bridge-ports eth0
bridge-stp off
bridge_waitport 0
When I run brctl show I see the ports for the VM is there

But when I run bridge link I notice the VM slave port state isn't up.

Thanks
I recently installed proxmox 5.4 on Debian. Having troubles configuring the bridges to work for the VMs
Here are the configs
iface eth0 inet manual
auto vmbr1
iface vmbr1 inet static
address 10.2.2.4
netmask 24
gateway 10.2.2.1
bridge-ports eth0
bridge-stp off
bridge_waitport 0
When I run brctl show I see the ports for the VM is there

But when I run bridge link I notice the VM slave port state isn't up.

Thanks