Hello, I am setting up a cluster for the first time, ran into a problem on the first node to join (alpha created cluster, delta is joining it) and get the error
* local node address: cannot use IP '10.0.10.22', not found on local node!
Research shows that the culprit is the /etc/hosts file but mine matches:
root@delta:~# cat /etc/hosts
10.0.10.22 delta.nixnet.net delta
which matches the subinterface IP on the bridge:
root@delta:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc...
Read more
* local node address: cannot use IP '10.0.10.22', not found on local node!
Research shows that the culprit is the /etc/hosts file but mine matches:
root@delta:~# cat /etc/hosts
10.0.10.22 delta.nixnet.net delta
which matches the subinterface IP on the bridge:
root@delta:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc...
Read more