Hey Carlo,<br><br>Not sure what the exact issue is in that question as I'm having trouble reproducing, but I left a comment with a guess.  It is worth noting that the protocol that is used to set up the proxy is different for html5 browsers like safari/chrome versus Firefox(and I suppose IE?).  In Chrome, a native websocket is used, and all communication goes over port 6080.  In Firefox, a flash swf is used to help with the proxying, and that component attempts to communicate over port 843.  So you need to make sure both 843 and 6080 are not firewalled.<br>
<br>Also, support for non-html5 browsers is quite recent, so you would need a recent version of nova if you want to use vnc in a browser besides chrome/safari.<br><br>I hope that helps a bit...<br><br>Anthony<br><br><br><br>
<div class="gmail_quote">On Wed, Aug 10, 2011 at 5:37 AM, Carlo Impagliazzo <span dir="ltr"><<a href="mailto:truijllo@crs4.it">truijllo@crs4.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi guys<br>
 I'm trying to to use vnc but connection hangs ( or ... never starts )<br>
<br>
I've readed a lot of doc but nothing helped, I see there is an open ( and<br>
expired ) issue that matches exactly the problem<br>
<br>
<a href="https://answers.launchpad.net/nova/+question/161700" target="_blank">https://answers.launchpad.net/nova/+question/161700</a><br>
<br>
Logs seem allright, nothing strange in there.<br>
<br>
Any suggestions ?<br>
Carlo<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br>