<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi List,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I have a network problem while setting up essex.  The instances on control node can access internet, while instances on compute node cannot. I tcpdump the ping traffic and found something weird. VM on compute node can send ICMP request out and the src ip of the ICMP package is changed to ip of control node. Destination can receive the request and reply back to control node. But VM on compute node gets nothing back. I can ping control node from VM on compute node though. Based on that, I think there should be something wrong with the gateway set up by nova-network. But I don't know how to do further debug. </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Any suggestions would be greatly appreciated!</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
I set up on two machines. Each has only *one* NIC. I use FlatDHCPManager and place the bridge on the public NIC. Below is my configuration file of network part. </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><div>--network_manager=nova.network.manager.FlatDHCPManager</div><div>--public_interface=eth0</div><div>
--flat_interface=eth0</div><div>--flat_network_bridge=br100</div><div>--fixed_range=<a href="http://192.168.22.32/27" target="_blank" style="color:rgb(17,85,204)">192.168.22.32/27</a></div><div>--floating_range=<a href="http://10.42.0.32/27" target="_blank" style="color:rgb(17,85,204)">10.42.0.32/27</a></div>
<div>--network_size=32</div><div>--flat_network_dhcp_start=192.168.22.33</div><div>--flat_injected=False</div><div>--force_dhcp_release=True</div></div><div><br></div>-- <br>Regards,<br>Jiaan<br>