Proxmox on top of Debian - Linux Bridge

mst80

Member
Apr 28, 2020
14
2
23
45
So after installing proxmox on top of Debian. No network bridge is created.

How to set it up properly?

If i create it just by adding my network card as name listed in System Network section and reboot it is not accessible (proxmox) anymore over WebInterface.
If my proxmox is accesible at 192.168.0.80 and my submask is 255.255.255.0 what values should i pass when creating bridge?

Thanks in advance.
 
No network bridge is created.
That's normal, just copy&paste the stuff that would be there if you would install it directly:

Code:
auto vmbr0
iface vmbr0 inet static
        address <ip>
        netmask 255.255.255.0
        gateway <gw>
        bridge_ports <ingress>
        bridge_stp off
        bridge_fd 0