<div dir="ltr">Hello Everyone,<div><br></div><div>       I just can't get my nova-novncproxy to only listen to my public IP Address. What am I doing wrong?</div><div><br></div><div><br></div><div>Here is the relevant part of my nova.conf:</div><div><br></div><div><div>[vnc]</div><div>enabled = true</div><div>vncserver_listen = <my pub IP></div><div>vncserver_proxyclient_address = <my pub IP></div><div>novncproxy_host = <my pub IP></div><div>#novncproxy_base_url = <a href="http://my.url:6080/vnc_auto.html">http://my.url:6080/vnc_auto.html</a></div><div>novnproxy_port = 6080</div></div><div><br></div><div><br></div><div>Even after doing a "service nova-novncproxy restart", here is the output of my netstat:</div><div><br></div><div>tcp        0      0 <a href="http://0.0.0.0:6080">0.0.0.0:6080</a>            0.0.0.0:*               LISTEN nova     <br></div><div><br></div><div>Here is my ps aux:</div><div><br></div><div><div>21035  0.0  0.0 232644 49868 ?        Ss   15:16   0:00 /usr/bin/python /usr/bin/nova-novncproxy --config-file=/etc/nova/nova.conf --log-file=/var/log/nova/nova-novncproxy.log</div></div><div><br></div><div><br></div><div>Any help or pointers are greatly appreciated. Thanks!</div></div>