我已经在FreeBSD-10服务器上设置了一个无头virtualbox-ose。一切看起来都很正常,但我无法使用RDP连接到它。
$ 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新来的。
有什么想法吗?
发布于 2014-11-07 07:49:13
似乎即使文档声称它是RDP,它也不是。至少不是OSE版本。它是简单的VNC,即使对于VirtualBox 4.3也是如此。
与VNC客户端连接,比如来自macports的vnc,似乎可以完成这项工作。
https://stackoverflow.com/questions/26791505
复制相似问题