문제

Trying to connect to my VM instance when all of a sudden I get this error from the console:

Server disconnected (code: 1006) 

All I did was move from one room to another (changing Ethernet cables). Please help

도움이 되었습니까?

해결책

Is this at your house or at work? Your question is vague and I'm wondering if your server now has a new IP and you might need to disassociate the current floating IP and re-associate it with a new floating IP. You can do that from the instance page using the dropdown for the specific instance.

Also try soft/hard rebooting the VM instance after doing the previous step and see if that helps you.

다른 팁

Check the "novncproxy_host" option under nova.conf ( vi /etc/nova/nova.conf) file if the novncproxy_host IP is set as 0.0.0.0 change it with your Controller IP where the Nova Proxy service is running.

novncproxy_host=172.25.20.10

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top