First time here? Check out the FAQ!
![]() | 1 | initial version |
Can you please check changing these below entries on the /etc/nova/nova.conf of compute node. I believe 172.16.135.137 is the correct IP of compute node which you had mentioned.
Change
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 172.16.135.131
to
vncserver_listen = 172.16.135.137
vncserver_proxyclient_address = 172.16.135.137
Then try restarting the novnc service on controller.
![]() | 2 | No.2 Revision |
Can you please check changing these below entries on the /etc/nova/nova.conf of compute node. I believe 172.16.135.137 is the correct IP of compute node which you had mentioned.
Change
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 172.16.135.131
to
vncserver_listen = 172.16.135.137
vncserver_proxyclient_address = 172.16.135.137
Then try restarting the novnc service on controller.