I have two dedicated machines in hetzner with public IPs. They are connected to a vSwitch with a private IP on a bridge that spans that VLAN connection. I created a cluster from host 1 using 172.16.1.2 as link 0. When I try to join host 2 to the cluster the dialog shows that host2 is using public IP of host 1 to authenticate when joining. Is that connection to the public IP of host 1 a one-time thing? I am trying to have the proxmox cluster over the 172.16.1.0 network rather than on the public network. How do I do that?
I can ping from 172.16.1.2 to 172.16.1.3 and back Port 8006 also shows as open
on host 1
on host 2
Thank you for your time!
I can ping from 172.16.1.2 to 172.16.1.3 and back Port 8006 also shows as open
on host 1
code_language.shell:
auto enp5s0.4000
iface enp5s0.4000 inet static
address 172.16.1.2/24
vlan-raw-device enp5s0
mtu 1400
on host 2
code_language.shell:
auto enp5s0.4000
iface enp5s0.4000 inet static
address 172.16.1.3/24
vlan-raw-device enp5s0
mtu 1400
Thank you for your time!
Last edited: