WebGUI unavailable after setting up vmbr1

Joe77

Member
Nov 18, 2022
5
0
6
Hello,


yesterday i tried to seperate my proxmox management network from some other network (LAN / DMZ / telephone). To do this i set up a Linux bridge for every network port in my host. There is a onboard nic which is used actualy and a PCIe card (Intel 350 4 port) which i want to user the other networks. But as soon as i apply the config the proxmox GUI isn't reachable anymore. Here is the interface file:

Code:
auto lo
iface lo inet loopback

iface enp5s0 inet manual

iface enp6s0f0 inet manual

iface enp6s0f1 inet manual

iface enp6s0f2 inet manual

iface enp6s0f3 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.177.182/24
        gateway 192.168.177.1
        bridge-ports enp5s0
        bridge-stp off
        bridge-fd 0
#extern .177

auto vmbr1
iface vmbr1 inet static
        address 192.168.77.0/24
        bridge-ports enp6s0f3
        bridge-stp off
        bridge-fd 0
#intern .77

Ping to the vmbr0 IP address is possible and from the host i can ping the PCs in the 192.168.177 Network. Can you tell me what is wrong here?

Kind regards Jochen
 
Last edited:
Now it works. Afer a few reboots that doesn't help i edit the interface file on the console and not with the GUI and then run service networking restart. Now both interfaces are up an the GUI is reachable.

Kind regards Jochen
 

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!