Hey, so I've got a weird one here.
For some reason, my proxmox node is using the hostname of the first VM ID ( 100, hostname: proxy )
Rather than it's own (pve)
I've shut off all containers and VMs, reduced the interface config to it's most basic, and made sure the hostname file contains only "pve"
As well, host is configured as such
Any ideas?
For some reason, my proxmox node is using the hostname of the first VM ID ( 100, hostname: proxy )
Rather than it's own (pve)
I've shut off all containers and VMs, reduced the interface config to it's most basic, and made sure the hostname file contains only "pve"
As well, host is configured as such
Code:
127.0.0.1 localhost
192.168.1.2 pve pve.<redacted>.internal
# 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
Any ideas?