Proxmox on top of Debian - Linux Bridge

mst80

Member
Apr 28, 2020
14
2
8
44
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!