[SOLVED] Access Web GUI from several vmbrs

Oct 4, 2019
37
7
28
40
I currently access my web UI from vmbr0/bridge port enp34s0, 192.168.0.40:8006, which works fine.
I would like to be able to access it from vmbr1 as well.
vmbr1 has no bridge port.

If I connect to a console on a VM running on vmbr1 I can ping the PVE-server's IP and I can connect to it via SSH without a problem so the network connectivity itself is not a problem.
But when I enter the address to the web UI (http://192.168.1.2:8006/) I get :

"
This page isn’t working
192.168.1.2 didn’t send any data.
ERR_EMPTY_RESPONSE
"

What do I need to do to enable access to the Web UI on vmbr1 / 192.168.1.2?

My /etc/network/interfaces:
auto lo
iface lo inet loopback

iface enp34s0 inet manual

iface enp35s0 inet manual

iface enp37s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.0.40
netmask 255.255.255.0
gateway 192.168.0.1
bridge-ports enp34s0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.1.2
netmask 24
bridge-ports none
bridge-stp off
bridge-fd 0

auto vmbr3
iface vmbr3 inet manual
bridge-ports enp35s0
bridge-stp off
bridge-fd 0

auto vmbr2
iface vmbr2 inet manual
bridge-ports enp37s0
bridge-stp off
bridge-fd 0

auto vmbr4
iface vmbr4 inet static
address 192.168.2.2
netmask 24
bridge-ports none
bridge-stp off
bridge-fd 0
 
Last edited:
try 'https://192.168.1.2:8006/' - PVE listens with https not http

I hope this helps!
Thanks a LOT! I knew it was something simple that I had overlooked!
I'm so used to Chrome forcing me to use https for everything almost regardless of how I enter the address that I didn't notice the fact that Chromium defaults to http. Didn't even see it in my own link before you pointed it out :)

As an addition, I was able to solve the problem with not being able to login from remote via my other router by adding a second routing table according to this guide:
https://www.thomas-krenn.com/en/wiki/Two_Default_Gateways_on_One_System
 
Last edited:
  • Like
Reactions: Stoiko Ivanov

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!