Ok, they at least seem to be in a bit of a weird state.
A few things to note:
All the information shown is internal-only information, so not privacy-senstive, no need to hide parts of it
For node 1 you seem to have not set up a (proper) hostname, which for node 2 is part of the "domain" it tries to find. which might be part of the problem, although I'm not sure.
There are two routes we could take:
1. If nothing else is still set up on node 1 (or you can make an off-server backup of it), it might be quicker to start fresh and do a couple of steps different in general / the same on both nodes.
2. If you want to continue to troubleshoot, we can try do that, but without a guarantee that it will work, and we might fix it now only to break again in the future and needing further repairs.
For option 1, the important step to keep a watch out for that I can see right now would be to set the correct FQDN, so pve1.kobu-smart.local for node 1 and pve2.kobu-smart.local for node 2. And also as a general tip: Check on your router/firewall where the DHCP-Range starts, and put your proxmox-hosts to an IP outside of that range. For example if the range goes from .10-.250, put your hosts on .8 and .9 for example. Keep the subnet-mask (/24), gateway and DNS-Server the same as it provides you though. Before you join the servers in the cluster again, make sure they can ping eachother by both name and IP, and that you can SSH-login into them in both directions. Also I generally wait 30 seconds at least between making the cluster and getting the details, and then joining it from the other server, although that might just be being over-cautious.
For option 2: probably the easiest method would be to remove one of the nodes (following [1] in the "Seperate Node without re-installing" method, or preferably even the method where you DO re-install to re-install one of the nodes, preferable re-install node 1 since that one looks to be incorrect hostname). On node 2 you might also need to follow these [2] / [3] instructions (same topic, different posts) to "reset" the SSL-Certificate on there to get the webpage working again, AFTER the disconnect. Also, if you during this also want to change your IP on the "remaining" host, don't forget to also change it in your hosts-file [4]
Speaking of the hosts-file in general btw, it's quite common to add the details of the other server into the hosts file of the other servers, to help find eachother by name.
Basically the line that you scribbled out on each side, to add that below that line in the other server, so you'd get something like this on each server:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.178.8 pve1.kobu-smart.local pve1
192.168.178.9 pve2.kobu-smart.local pve2
# The following.......
(No need to add the IPv6's to the other one)
[1]
https://pve.proxmox.com/wiki/Cluster_Manager#_remove_a_cluster_node
[2]
https://forum.proxmox.com/threads/restore-self-signed-ssl-and-ca-for-node.96800/#post-419220
[3]
https://forum.proxmox.com/threads/restore-self-signed-ssl-and-ca-for-node.96800/#post-596457
[4]
https://www.servethehome.com/how-to-change-primary-proxmox-ve-ip-address/