<div dir="ltr"><div style>I suppose this isn't strictly openstack but I'm unsure where else to ask..</div><div><br></div><div>I am having issues with the networking after deploying to an openstack node. I'm trying to set up the VMs in "bridge" mode, so that the vm will be on the same network as the host machine. This is turning out to be far more difficult than we expected....</div>
<div><br></div><div style>Here you can find the output of ip addr, brctl show, and ip route.</div><div><a href="http://paste.debian.net/225809/">http://paste.debian.net/225809/</a><br></div><div><br></div><div>As you can see, br100 is bridging eth0 and vnet0, which was added automatically at VM boot time. the VM is on 192.168.122.24. When we attempt to ping it (from host or from any other machine on the subnet) it fails and says "host cannot be reached". The host can ping all other nodes in the cluster, but not the guest VM. The guest VM can't ping anything at all. iptables are off on the host and so is selinux. I can't seem to be able to get this networking pushed through.... Is there anyone who may know enough about KVM and networking to maybe help me get this set up?</div>
<div><br></div><div>Pinging Guest from host:</div><div>root@ITE1:~# ip route</div><div><a href="http://192.168.122.0/24">192.168.122.0/24</a> dev br100  proto kernel  scope link  src 192.168.122.11</div><div>default via 192.168.122.107 dev br100</div>
<div>root@ITE1:~# ping 192.168.122.24</div><div>PING 192.168.122.24 (192.168.122.24) 56(84) bytes of data.</div><div>^C</div><div>--- 192.168.122.24 ping statistics ---</div><div>3 packets transmitted, 0 received, 100% packet loss, time 2006ms</div>
<div><br></div><div><br></div><div><br></div><div>Pinging gateway from host:</div><div>root@ITE1:~# ping 192.168.122.11</div><div>PING 192.168.122.11 (192.168.122.11) 56(84) bytes of data.</div><div>64 bytes from <a href="http://192.168.122.11">192.168.122.11</a>: icmp_req=1 ttl=64 time=0.057 ms</div>
<div>64 bytes from <a href="http://192.168.122.11">192.168.122.11</a>: icmp_req=2 ttl=64 time=0.034 ms</div><div>64 bytes from <a href="http://192.168.122.11">192.168.122.11</a>: icmp_req=3 ttl=64 time=0.047 ms</div><div>
^C</div><div>--- 192.168.122.11 ping statistics ---</div><div>3 packets transmitted, 3 received, 0% packet loss, time 1998ms</div><div>rtt min/avg/max/mdev = 0.034/0.046/0.057/0.009 ms</div><div><br></div><div style>If any more information is needed let me know. Thanks in advance for any help, it's very much appreciated.</div>
</div>