Hi,
I'm having trouble, while setting up an Proxmox Cluster. When creating the cluster, I have set the link0 address to my internal network in which only the hosts are connected, but when I'm displaying the Join information, it shows 0.0.0.1 as IP Address.
When I'm trying to join another node, I'm getting the error message:
detected the following error(s):
* local node address: cannot use IP '0.0.0.3', not found on local node!
Network config of the first node:
I'm having trouble, while setting up an Proxmox Cluster. When creating the cluster, I have set the link0 address to my internal network in which only the hosts are connected, but when I'm displaying the Join information, it shows 0.0.0.1 as IP Address.
When I'm trying to join another node, I'm getting the error message:
detected the following error(s):
* local node address: cannot use IP '0.0.0.3', not found on local node!
Network config of the first node:
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp6s0
iface enp6s0 inet manual
iface enp6s0.4000 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/26
gateway xxx.xxx.xxx.xxx
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
up route add -net xxx.xxx.xxx.xxx netmask 255.255.255.192 gw xxx.xxx.xxx.xxx dev enp6s0
up sysctl -p
#Host net
iface vmbr0 inet6 static
address xxxxxxxxxxxxx
gateway fe80::1
auto vmbr4000
iface vmbr4000 inet static
address 10.255.255.1/24
bridge-ports enp6s0.4000
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
mtu 1400
#vSwitch net
auto vmbr1
iface vmbr1 inet static
address xxx.xxx.xxx.xxx
bridge-ports none
bridge-stp off
bridge-fd 0
#Public net
iface vmbr1 inet6 static
address xxxxxxxxxxxxxxxxxxx/64
auto vmbr2
iface vmbr2 inet static
address 10.1.1.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
#DMZ net