Code: Select all
root@stonechat:/home/simon# VBoxHeadless --startvm "phoenix"
Oracle VM VirtualBox Headless Interface 4.2.16_Debian
(C) 2008-2013 Oracle Corporation
All rights reserved.
16/11/2013 20:24:24 Listening for VNC connections on TCP port 3389
16/11/2013 20:24:24 Listening for VNC connections on TCP6 port 5900
VRDE server is listening on port 3389.
Code: Select all
Autoselected keyboard map en-gb
ERROR: Connection closed
Code: Select all
16/11/2013 20:51:27 other clients:
16/11/2013 20:51:27 webSocketsHandshake: invalid client header
16/11/2013 20:51:27 Client 192.168.1.232 gone
16/11/2013 20:51:27 Statistics events Transmit/ RawEquiv ( saved)
16/11/2013 20:51:27 TOTALS : 0 | 0/ 0 ( 0.0%)
16/11/2013 20:51:27 Statistics events Received/ RawEquiv ( saved)
16/11/2013 20:51:27 TOTALS : 0 | 0/ 0 ( 0.0%)
If that is the problem, how do I reconfigure the VNC server so that it does not run on the standard RDP port?
Edit: Having done some further investigation, I have a litte more information (although sadly no more understanding). I tried to change the VRDE port but this automatically changed the IPV4 VNC port to the same value. I presume that this is not an accident and that the RDP and VNC servers run on the same port by design. This being the case, what's going wrong? |