<div dir="ltr"><div><div>I have checked that the vmhost talks to the vms via the bridge(virbr0), but my controller which is also on that bridge cannot access them, but can access the vmhost(on virbr0).<br><br>Either bridge is incorrect or my vmhost is blocking access the vms, correct?<br>
<br></div><div>My vmhost is running ubuntu 12.04 server(with kvm hypervisor), maybe there is something by default that blocks pings to vms?<br><br></div>In my controller node my interface card is:<br>auto virbr0<br>iface virbr0 inet static<br>
address 192.168.0.20<br> network 192.168.0.0<br> netmask 255.255.255.0<br> broadcast 192.168.0.255<br> gateway 192.168.0.1<br> dns-nameservers 8.8.8.8 192.168.0.1<br> bridge_ports eth0<br>
bridge_fd 9<br> bridge_hello 2<br> bridge_maxage 12<br> bridge_stp off<br><br><br><br></div><div>In my vmhost it is the same(copy paste) with different IP. <br></div></div>