Perform a ping from VM to another node in the cluster

Status
Not open for further replies.

truc

Member
Aug 7, 2024
33
0
6
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:
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/*
on vm :
1723109102238.png



1723109138656.png

i have 3 hosts with ip
host1: 10.10.10.11
host2: 10.10.10.12
host3: 10.10.10.13
vm on host1 10.10.10.20
I can ping between hosts but vm cannot ping other hosts. My vm was able to ping 10.10.10.11 but not to other nodes
ip r
1723110838931.png


ip a
1723110847041.png
 
Status
Not open for further replies.