Fix invalid node IP in /etc/pve/.members

When adding new node to Proxmox Cluster, local system might pickup invalid local IP (usually public IP instead of internal, or IPV6 instead of IPv4) and use it in .members file, what results in 595 network problem error messages.

Fix is simple:

  1. correct /etc/hosts file on affected node
  2. check with ping that node name returns expected IP address
  3. $ systemctl restart pve-cluster.service
  4. systemctl restart corosync.service
  5. check if /etc/pve/.members is correct