Hi,
I'm trying to setup a proxmox cluster. I have two Server at Hetzner and set them up. Everything seems to be fine.
I used a bridged configuration:
auto vmbr0
iface vmbr0 inet static
address <IP>
netmask 255.255.255.255
pointopoint <Gateway>
gateway <Gateway>
bridge_ports eth0
bridge_stp off
bridge_fd 1
bridge_hello 2
bridge_maxage 12
When I try to add the node to the cluster the following error occurs:
* local node address: cannot use IP '<IP>', it must be configured exactly once on local node!
This error occurs in GUI and CLI.
I couldn't find anything in the documentation to solve this
Thank you for your help
Best
I'm trying to setup a proxmox cluster. I have two Server at Hetzner and set them up. Everything seems to be fine.
I used a bridged configuration:
auto vmbr0
iface vmbr0 inet static
address <IP>
netmask 255.255.255.255
pointopoint <Gateway>
gateway <Gateway>
bridge_ports eth0
bridge_stp off
bridge_fd 1
bridge_hello 2
bridge_maxage 12
When I try to add the node to the cluster the following error occurs:
* local node address: cannot use IP '<IP>', it must be configured exactly once on local node!
This error occurs in GUI and CLI.
I couldn't find anything in the documentation to solve this
Thank you for your help
Best