I am trying to join another node to a cluster that I just created, but I am getting TASK ERROR: 500 Can't connect to xx.xx.xx.xxx:8006.
I looked around the forum to find similar threads but only thread I can find had a resolution of changing the bridge. The network I chose for the cluster is a Linux VLAN that I made and the CIDR and gateway is attached to the VLAN and not the bridge. I am hoping someone can help me. Below is the parts of the of the network config. It is a LACP bond which is part of the bridge and there is a Linux VLAN made under it.
auto bond1
iface bond1 inet manual
bond-slaves eno3np2 eno4np3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.XX
iface vmbr0.25 inet static
address XX.X.XX.XXX/24
gateway xx.xx.xx.xx
I looked around the forum to find similar threads but only thread I can find had a resolution of changing the bridge. The network I chose for the cluster is a Linux VLAN that I made and the CIDR and gateway is attached to the VLAN and not the bridge. I am hoping someone can help me. Below is the parts of the of the network config. It is a LACP bond which is part of the bridge and there is a Linux VLAN made under it.
auto bond1
iface bond1 inet manual
bond-slaves eno3np2 eno4np3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.XX
iface vmbr0.25 inet static
address XX.X.XX.XXX/24
gateway xx.xx.xx.xx
Last edited: