I have 3 nodes, one is principal and the others are node 1 and 2
both nodes have the same ip conf. Node 2 works perfectly but node 1 after reboot doesnt ping others nodes, i change conf and reinstall, but doesnt work
- Node 1 -
- Node 2 -
both nodes have the same ip conf. Node 2 works perfectly but node 1 after reboot doesnt ping others nodes, i change conf and reinstall, but doesnt work
- Node 1 -
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.51
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
- Node 2 -
Code:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.52
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp0s31f6
bridge_stp off
bridge_fd 0