PVE WEB access address problem

VirgilHsu

New Member
Feb 27, 2024
2
0
1
Hello everyone!
My PVE server has two network cards. The first network card is bound to vmbr0 and configured with the 192.168.80.0 network segment and default route. It can be accessed normally through the web; when I bind the other network card to vmbr1 and configure 192.168 .90.0 network segment, you cannot access the web through the 192.168.80.0 address. You can only access the web management through the 192.168.90.0 network segment. When I tested binding the 192.168.90.0 network segment to vmbr0 and configured the default route, 192.168. The 80.0 network segment is bound to vmbr1, and the web client can still only be accessed through the 192.168.90.0 network segment.
Is it possible to configure the IP address for web access instead of having it automatically determined by the server?
 
Hi,

Can you post your network configuration `cat /etc/network/interfaces`?

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto enp3s0f0
iface enp3s0f0 inet manual
dns-nameservers 223.5.5.5 8.8.8.8

iface enp3s0f1 inet manual

iface enp4s0f0 inet manual

iface enp4s0f1 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.80.12/24
gateway 192.168.80.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0

auto vmbr90
iface vmbr90 inet static
address 192.168.90.12/24
bridge-ports enp3s0f1
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!