Hello,
I have came across another problem, one of very few we had with Proxmox so far
We want to setup a cluster and we do it with the use of VPN. It's not exactly as in the ned's tutorial you link on the wiki because the VPN is exclusively for the communication between nodes and everything runs on public interfaces as usual.
Yes, multicast is confirmed to work correctly.
Creating cluster went fine, the problem is when I try to add second node to the cluster.
The problem is as follows:
Do you have any idea what might have gone wrong?
I have came across another problem, one of very few we had with Proxmox so far
We want to setup a cluster and we do it with the use of VPN. It's not exactly as in the ned's tutorial you link on the wiki because the VPN is exclusively for the communication between nodes and everything runs on public interfaces as usual.
Yes, multicast is confirmed to work correctly.
asmping 224.0.2.1 10.11.12.10asmping joined (S,G) = (*,224.0.2.234)
pinging 10.11.12.10 from 10.11.12.1
unicast from 10.11.12.10, seq=1 dist=0 time=34.663 ms
unicast from 10.11.12.10, seq=2 dist=0 time=34.724 ms
multicast from 10.11.12.10, seq=2 dist=0 time=69.062 ms
unicast from 10.11.12.10, seq=3 dist=0 time=34.919 ms
multicast from 10.11.12.10, seq=3 dist=0 time=69.344 ms
Creating cluster went fine, the problem is when I try to add second node to the cluster.
The problem is as follows:
When it asks for password I provide the correct password and it works fine, the problem is when it tries to execute the command above.root@hn2:~# pvecm add 10.11.12.1 -force
root@10.11.12.1's password:
Permission denied (publickey,password).
unable to add node: command failed (ssh 10.11.12.1 -o BatchMode=yes pvecm addnode hn2 --force 1)
Do you have any idea what might have gone wrong?