在工作中,我有一台运行 Ubuntu 11.04 并安装了 VirtualBox 的台式计算机。我想在工作台式计算机(主机)上运行 Red Hat 虚拟机(来宾)。
在家里的笔记本电脑上,我通过 ssh 进入桌面以使用
VBoxHeadless --startvm centos_54_64
然后我尝试使用 rdesktop 访问虚拟机,但我不断收到错误消息!
rdesktop -a 16 -N host_ip:3389
Autoselected keyboard map en-us
ERROR: host_ip: unable to connect
虚拟机是无图形的。只有一个终端。这是我的虚拟机上的相关信息:
NIC 1: MAC: 080027BBCE0F, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny
NIC 2: disabled
NIC 3: disabled
NIC 4: disabled
NIC 5: disabled
NIC 6: disabled
NIC 7: disabled
NIC 8: disabled
VRDE: enabled (Address 0.0.0.0, Ports 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
有谁知道问题是什么?