Proxmox not working after adding Linux Bridge

gh0st420

New Member
May 30, 2021
5
0
1
38
After I add the bridge (vmbr2), and hit accept it works as it should. But if I reboot I can no longer SSH in or get to Proxmox via GUI.
Than to get back in I must boot to an emergency CD and disable the vmbr2 bridge.

Any help would be much appreciated, below is my /etc/network/interfaces file.


auto lo
iface lo inet loopback

iface enp4s0 inet manual

iface enp5s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 158.49.241.146/24
gateway 158.49.241.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0

iface vmbr0 inet6 static
address 1607:5200:0120:06a5:0000:0000:0000:0000/64
gateway 1607:5200:0120:06ff:00ff:00ff:00ff:00ff

auto vmbr2
iface vmbr2 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
 
Is that going to knock out active VM's ( I have a feeling it will lol ) I will try tonight and let you know the results.
 
the apply button executes ifreload -a
ifreload -a -d does the same but reports more details
it does not kill any VMs...
 
I've done such a command in the past outside of proxmox GUI and it killed the VM's and I had to reboot the host to get the internet back on each VM. lol I'll try tonight to be safe ;p