Hey Guys,
I have setup a 2 Node Cluster system in Proxmox.
Node 1 has a Public IP on one interface and another one is Private IP
Node 2 has a Public IP on one interface and another one is Private IP.
I have setup a DHCP on Node 1 and it pushes the IP for the Node 2.
Migration of VMs from Node 1 --> Node 2 worked smoothly but Migration of VMs from Node 2 to Node 1 isn't happening, below is the error message
Task viewer: VM 100 - Migrate (proxhetz02 ---> proxhetz01)
OutputStatus
Stop
Download
2024-02-09 22:09:36 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=proxhetz01' root@<Public IP> /bin/true
2024-02-09 22:09:36 ssh: connect to host <Public IP> port 22: No route to host
2024-02-09 22:09:36 ERROR: migration aborted (duration 00:00:03): Can't connect to destination address using public key
TASK ERROR: migration aborted
===================================================================================================
Node 1 Network Details
auto lo
iface lo inet loopback
iface enp195s0 inet manual
iface enx9e75f4189f48 inet manual
iface ens15 inet manual
iface enx2a91fdff11e5 inet manual
auto vmbr0
iface vmbr0 inet static
address <Public IP>
gateway <Public IP>
bridge-ports enp195s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.100.1/24
bridge-ports ens15
bridge-stp off
bridge-fd 0
===================================================================================================
Node 1 Network Details
auto lo
iface lo inet loopback
iface enp193s0 inet manual
iface enx4a750efc2fba inet manual
iface enp197s0 inet manual
auto vmbr0
iface vmbr0 inet static
address <Public IP>
gateway <Public IP>
bridge-ports enp197s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.100.14/24
gateway 192.168.100.1
bridge-ports enp193s0
bridge-stp off
bridge-fd 0
I have setup a 2 Node Cluster system in Proxmox.
Node 1 has a Public IP on one interface and another one is Private IP
Node 2 has a Public IP on one interface and another one is Private IP.
I have setup a DHCP on Node 1 and it pushes the IP for the Node 2.
Migration of VMs from Node 1 --> Node 2 worked smoothly but Migration of VMs from Node 2 to Node 1 isn't happening, below is the error message
Task viewer: VM 100 - Migrate (proxhetz02 ---> proxhetz01)
OutputStatus
Stop
Download
2024-02-09 22:09:36 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=proxhetz01' root@<Public IP> /bin/true
2024-02-09 22:09:36 ssh: connect to host <Public IP> port 22: No route to host
2024-02-09 22:09:36 ERROR: migration aborted (duration 00:00:03): Can't connect to destination address using public key
TASK ERROR: migration aborted
===================================================================================================
Node 1 Network Details
auto lo
iface lo inet loopback
iface enp195s0 inet manual
iface enx9e75f4189f48 inet manual
iface ens15 inet manual
iface enx2a91fdff11e5 inet manual
auto vmbr0
iface vmbr0 inet static
address <Public IP>
gateway <Public IP>
bridge-ports enp195s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.100.1/24
bridge-ports ens15
bridge-stp off
bridge-fd 0
===================================================================================================
Node 1 Network Details
auto lo
iface lo inet loopback
iface enp193s0 inet manual
iface enx4a750efc2fba inet manual
iface enp197s0 inet manual
auto vmbr0
iface vmbr0 inet static
address <Public IP>
gateway <Public IP>
bridge-ports enp197s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.100.14/24
gateway 192.168.100.1
bridge-ports enp193s0
bridge-stp off
bridge-fd 0
Last edited: