Instance unable to receive traffic using linuxbridge
I have a working cloud set up using Grizzly and linuxbridge on SLES. I am setting up another staging environment using RDO Havana on CentOS 6.5 and trying to match much of the configuration from the existing cloud. I can boot instances in this new staging environment and traffic appears to leave the instance fine, but the instance doesn't receive anything.
The compute hosts have only a single NIC and the network is controlled external to OpenStack. I have zero control over the IPs on the network. Using linuxbridge and the Noop firewall means OpenStack has the wrong IPs recorded for instances, but the lack of firewall allows things to keep working. I'm not committed to using linuxbridge over something like OVS, but linuxbridge is what worked with the least effort when upgrading to Grizzly.
Using tshark, I was able to confirm DHCP replies to the instance that never get answered.
please check your ip tables for any drop rule.
I am using the NoopFirewallDriver and have the iptables service stopped. Plus the security group is wide open, allowing ports 1-65535 for UDP and TCP.
Actually, I think the instance does receive traffic. Managed to get the console working and it has the right IP. However, the network is unresponsive despite wide open firewall.