VNC 查看器:等待主机响应超时

VNC 查看器:等待主机响应超时

我在 OS X 10.11 El Capitan 上安装了 VNC 服务器,作为在 Windows Server 2012 R2 上运行的 VMware Workstation 12 Pro 上的虚拟机。

但是当我尝试使用 VNC Viewer 连接它时,它显示:
等待主机响应超时

我还尝试在 NAT 配置文件中转发端口。

[incomingtcp]
# Use these with care - anyone can enter into your virtual machine throughthese...

# FTP (both active and passive FTP is always enabled)
#      ftp localhost 8887
#8887 = 192.168.27.128:21
5900 = 192.168.110.2:5900

# WEB (make sure that if you are using named webhosting, names point to
#     your host, not to guest... And if you are forwarding port other
#     than 80 make sure that your server copes with mismatched port 
#     number in Host: header)
#      lynx http://localhost:8888
#8888 = 192.168.27.128:80

# SSH
#      ssh -p 8889 root@localhost
#8889 = 192.168.27.128:22

[incomingudp]
# UDP port forwarding example
#6000 = 192.168.27.128:6001
5900 = 192.168.110.2:5900

我配置的端口是否错误?请帮忙!

相关内容