upgrade pve6to7: INFO: Checking if resolved IP is configured on local node..

Apr 8, 2019
17
1
8
66
Hello, i'm trying to upgrade from ver 6 to 7. After checking via pve6to7 i get the error:

INFO: Checking if resolved IP is configured on local node..
FAIL: Resolved node IP '192.168.178.106' not configured or active for 'pve'

The IP of my proxmox is 192.168.178.10. There is no VM or container with the IP of 106.
However, when i check the host file i see the following, which i do not understand why there would be that address there. My router has the IP of 192.168.178.1.
Can i fix this somehow, or can i proceed with the upgrade, even with this error?

127.0.0.1 localhost.localdomain localhost
192.168.178.106 pve.fritz.box pve

# 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
 
Yes, simply change the IP in /etc/hosts to match with the configured one on the interface.

The entry in /etc/hosts is first set in the installer. So you probably used 192.168.178.106 in the installer.