Cluster join has wrong IP.

compuls1v3

New Member
Aug 19, 2021
10
3
3
45
I recently changed my nic of host machine through the network tab, applied config, then added this server to a cluster.
I tried to add another server to this cluster, but I noticed something, the IP Address in the copy info. is different than the new IP address that I gave the host, as you can see in the picture below (Link 0 shows 192.168.30.11 and the IP address of the copy info. shows 192.168.30.9). The correct info is the link 0 address of 192.168.30.11. How can I make the cluster show the correct address? Is it possible to do without re-installing the OS?



1630974993813.png
 
Please post the following from the new node:

cat /etc/network/interfaces
Bash:
ip a
cat /etc/hosts
cat /etc/hostname

and from the hs-host0 post the output of
Bash:
pvecm status
cat /etc/pve/corosync.conf
 
Please post the following from the new node:

cat /etc/network/interfaces
Bash:
ip a
cat /etc/hosts
cat /etc/hostname

and from the hs-host0 post the output of
Bash:
pvecm status
cat /etc/pve/corosync.conf

Thank you for the reply!!! I figured it out. When I looked at the host file initially, I only saw the slew of IPv6 addresses, and glossed over the IPv4 address. Once I changed that and rebooted, everything starting working as expected.
 
  • Like
Reactions: Drallas and Moayad