Select WEB interface

milew

Renowned Member
Mar 28, 2014
121
20
83
Hi
My host is called pve0. It has two network interfaces.
Proxmox GUI reports to me on the first address entered in /etc/hosts, i.e. in this case 10.0.0.1. Could I set it up so that it reports on the address 192.168.1.100?

Code:
root@pve0:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.1 pve0.example.com pve0
192.168.1.100 pve0.example.com pve0
10.0.0.2 pve1.example.com pve1

# The following lines are desirable for IPv6 capable hosts

::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
 
What do you mean by 'report on an ip address'? I think by default the PVE GUI is accessible through all interfaces that have an IP address assigned to PVE.
 
Yes, you are right. I checked everything again and it turned out that the firewall operates in such a way that it opens port 8006 only on the first interface found in /etc/hosts. You need to additionally open the ports on other interfaces.
 
Last edited:
  • Like
Reactions: _gabriel