<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Calibri, sans-serif; ">
<div style="font-size: 14px; color: rgb(0, 0, 0); ">I have a really weird issue (or so it seems to me)</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">I installed OpenStack Folsom using the guide - <a href="http://docs.openstack.org/folsom/basic-install/content/index.html">http://docs.openstack.org/folsom/basic-install/content/index.html</a> -</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">And and able to spawn VM get IP, set floating IP and now am trying to do some development within the VM.</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">I am unable to connect to certain sites and ports:</div>
<div style="font-size: 14px; "><font color="#ff0000">git clone <a href="https://github.com/openstack-dev/devstack.git">
https://github.com/openstack-dev/devstack.git</a> - <-- This just times out.</font></div>
<div style="font-size: 14px; color: rgb(0, 0, 0); "><br>
</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); "><u>This is what works:</u></div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">Wget google.com</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">Wget openstack.com</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); "><br>
</div>
<div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; "><u>This is what hangs and times out:</u></div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">Wget yahoo.com</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">Wget paypal.com</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">Wget facebook.com</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">Wget github.com</div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">ubuntu@fpatwa-1:~$ wget github.com</font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">--2013-05-10 19:08:19--  <a href="http://github.com/">http://github.com/</a></font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">Resolving github.com (github.com)... 204.232.175.90</font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">Connecting to github.com (github.com)|204.232.175.90|:80... connected.</font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">HTTP request sent, awaiting response... 301 Moved Permanently</font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">Location: <a href="https://github.com/">https://github.com/</a> [following]</font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">--2013-05-10 19:08:20--  <a href="https://github.com/">https://github.com/</a></font></div>
<div style="font-family: Consolas; "><font color="#ff0000" style="font-size: 12px;">Connecting to github.com (github.com)|204.232.175.90|:443... connected.</font></div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; "><br>
</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">The same commands works on the network node.</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; "><br>
</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">The pattern that I can see is that any SSL website fails (port 443) but then something like yahoo fails also and its at port 80.</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; "><br>
</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; "><br>
</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">Here are my security rules:</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">+-------------+-----------+---------+-----------+--------------+</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| IP Protocol | From Port | To Port | IP Range  | Source Group |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">+-------------+-----------+---------+-----------+--------------+</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| icmp        | -1        | -1      | 0.0.0.0/0 |              |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| tcp         | 1         | 65535   | 0.0.0.0/0 |              |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| tcp         | 22        | 22      | 0.0.0.0/0 |              |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| tcp         | 80        | 80      | 0.0.0.0/0 |              |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">| tcp         | 443       | 443     | 0.0.0.0/0 |              |</div>
<div style="font-size: medium; color: rgb(0, 0, 0); font-family: Consolas; ">+-------------+-----------+---------+-----------+--------------+</div>
</div>
<div style="font-size: 14px; color: rgb(0, 0, 0); ">
<div style="font-family: Helvetica; font-size: medium; "><br>
</div>
<div style="font-family: Helvetica; font-size: medium; ">I have messed around with all kinds of combinations of security rules but no luck so far.</div>
<div style="font-family: Helvetica; font-size: medium; "><br>
</div>
<div style="font-family: Helvetica; font-size: medium; ">Can anyone suggest how I can start debugging this.</div>
<div style="font-family: Helvetica; font-size: medium; "><br>
</div>
<div style="font-family: Helvetica; font-size: medium; ">Thanks,</div>
<div style="font-family: Helvetica; font-size: medium; "><br>
</div>
<div style="font-family: Helvetica; font-size: medium; ">-Farhan.</div>
</div>
</body>
</html>