VNC Viewer: Tempo limite esgotado, aguardando uma resposta do computador host


1

Tenho o VNC Server instalado no meu OS X 10.11 El Capitan como máquina virtual no meu VMware Workstation 12 Pro em execução no Windows Server 2012 R2.

Mas quando tento conectar-me a ele com o VNC Viewer, ele diz:
Tempo limite excedido, aguardando uma resposta do computador host

, também tentei encaminhar as portas no arquivo de configuração 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

Eu configurei as portas incorretamente? Por favor ajude!

Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.