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?
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