Hi guys,
in my environment it is possible to perform a ping between the nodes in the cluster.
Nevertheless I can not ping a node in the cluster from my VMs.
Do you know how to solve this issue
and here is my configuration
on host:
on vm :
in my environment it is possible to perform a ping between the nodes in the cluster.
Nevertheless I can not ping a node in the cluster from my VMs.
Do you know how to solve this issue
and here is my configuration
on host:
Code:
auto lo
iface lo inet loopback
iface ens192 inet manual
iface ens161 inet manual
iface ens224 inet manual
iface ens256 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.200.10.5/24
gateway 10.200.10.254
bridge-ports ens192
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.10.10.11/24
bridge-ports ens161
bridge-stp off
bridge-fd 0
#vm
auto vmbr2
iface vmbr2 inet static
address 20.20.20.21/24
bridge-ports ens256
bridge-stp off
bridge-fd 0
#sync
source /etc/network/interfaces.d/*