I've just installed proxmox on a server, recreated all my VMs from esxi, and am now working on creating a cluster between two hosts. Host1 has all the VMs on it (3 LXCs and 2 VMs) while Host2 is brand new. Both are on DHCP with static leases.
I was able to create a cluster on Host2 just fine though the GUI. However joining the cluster, there is no networking to select. Everything else about the remote host fills in just fine:
It allows me to select next so I do and I receive the following error:
I was able to create a cluster on Host2 just fine though the GUI. However joining the cluster, there is no networking to select. Everything else about the remote host fills in just fine:
It allows me to select next so I do and I receive the following error:
The problem with this is that 192.168.0.199 is the IP address I originally setup proxmox with before switching to DHCP static leases. My assumption is that whatever is pointing at this IP needs to be properly setup the way the rest of the host is. mydetected the following error(s):
* this host already contains virtual guests
* local node address: cannot use IP '192.168.0.199', not found on local node!
TASK ERROR: Check if node may join a cluster failed!
/etc/networking/interfaces
file looks likeI'm not sure where else to look, or if I'm even looking at the right thing.auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp1s0
bridge-stp off
bridge-fd 0