我在FreeBSD-10服务器上设置了一个无头虚拟盒。一切看起来都很正常,但我无法使用RDP连接到它。在运行Yosemite的Mac上,无论我尝试过哪个客户端,服务器都会抱怨它不是一个有效的RFB客户端:
$ VBoxHeadless --startvm testvm
Oracle VM VirtualBox Headless Interface 4.3.16_OSE
(C) 2008-2014 Oracle Corporation
All rights reserved.
07/11/2014 00:15:42 Listening for VNC connections on TCP port 3389
07/11/2014 00:15:42 Listening for VNC connections on TCP6 port 5900
VRDE server is listening on port 5901.
07/11/2014 00:16:28 other clients:
07/11/2014 00:16:28 rfbProcessClientProtocolVersion: not a valid RFB client:
07/11/2014 00:16:28 Client 192.168.1.2 gone
07/11/2014 00:16:28 Statistics events Transmit/ RawEquiv ( saved)
07/11/2014 00:16:28 TOTALS : 0 | 0/ 0 ( 0.0%)
07/11/2014 00:16:28 Statistics events Received/ RawEquiv ( saved)
07/11/2014 00:16:28 TOTALS : 0 | 0/ 0 ( 0.0%)
我尝试过来自新MacPorts的rdesktop,以及来自AppStore的Microsoft远程桌面。
有什么想法吗?
答案 0 :(得分:3)
似乎即使文档声称它是RDP,但事实并非如此。至少不是OSE版本。它是普通的VNC,即使对于VirtualBox 4.3也是如此。
与VNC客户端连接,如来自macports的vnc,似乎可以胜任。