Dear Stackers,<div><br></div><div>I am running instance wordpress.WikiServer</div><div><br></div><div><br clear="all"><div><div>$ nova list</div><div>+--------------------------------------+--------------------------+--------+------------------------------------+</div>
<div>| ID                                   | Name                     | Status | Networks                           |</div><div>+--------------------------------------+--------------------------+--------+------------------------------------+</div>
<div>| 6be47af7-2e29-4b4c-afeb-0a7f760f5970 | test2                    | ACTIVE | xlcloud=172.16.1.6                 |</div><div>| 5a4c552f-933c-4a06-8e6f-164176380af5 | wordpress.DatabaseServer | ACTIVE | xlcloud=172.16.1.3                 |</div>
<div>| ddb120d9-e1ad-444c-8490-37ecb15f500e | wordpress.WikiServer     | ACTIVE | xlcloud=172.16.1.4, 10.197.217.131 |</div><div>+--------------------------------------+--------------------------+--------+------------------------------------+</div>
</div><div><br></div><div><br></div><div>With Security Group setup as:</div><div><br></div><div><div>$ nova secgroup-list</div><div>+-----------------------------------+------------------------------------------------+</div>
<div>| Name                              | Description                                    |</div><div>+-----------------------------------+------------------------------------------------+</div><div>| default                           | default                                        |</div>
<div>+-----------------------------------+------------------------------------------------+</div></div><div><br></div><div><dt style="background-color:rgba(255,255,255,0.701961)"></dt><dt><br></dt></div><div><div>$ nova secgroup-list-rules default</div>
<div>+-------------+-----------+---------+-----------+--------------+</div><div>| IP Protocol | From Port | To Port | IP Range  | Source Group |</div><div>+-------------+-----------+---------+-----------+--------------+</div>
<div>| icmp        | -1        | -1      | <a href="http://0.0.0.0/0">0.0.0.0/0</a> |              |</div><div>| tcp         | 22        | 22      | <a href="http://0.0.0.0/0">0.0.0.0/0</a> |              |</div><div>| tcp         | 80        | 80      | <a href="http://0.0.0.0/0">0.0.0.0/0</a> |              |</div>
<div>+-------------+-----------+---------+-----------+--------------+</div></div><div><br></div><div>I can ping and ssh through the fix or floating IP without any problem (172.16.1.4, 10.197.217.131).</div><div>But HTTP requests on port 80 doesn't go through.</div>
<div>I get a "no route host" error message from wget or telnet for example.</div><div><br></div><div>Ex. $ telnet 172.16.1.4 80</div><div>Trying 172.16.1.4...</div><div>telnet: Unable to connect to remote host: No route to host.</div>
<div>Clearly it's not a routing problem. </div><div><br></div><div>Any idea what the problem could be or hints to debug it.</div><div><br></div><div>Thanks</div><div>Patrick</div><div><br></div><div> </div>
</div>