Hello Everyone,

       I just can't get my nova-novncproxy to only listen to my public IP
Address. What am I doing wrong?


Here is the relevant part of my nova.conf:

[vnc]
enabled = true
vncserver_listen = <my pub IP>
vncserver_proxyclient_address = <my pub IP>
novncproxy_host = <my pub IP>
#novncproxy_base_url = http://my.url:6080/vnc_auto.html
novnproxy_port = 6080


Even after doing a "service nova-novncproxy restart", here is the output of
my netstat:

tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN
nova

Here is my ps aux:

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


Any help or pointers are greatly appreciated. Thanks!
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to