Tengo el servidor VNC instalado en mi OS X 10.11 El Capitan como máquina virtual en mi VMware Workstation 12 Pro que se ejecuta en Windows Server 2012 R2.
Pero cuando trato de conectarme con VNC Viewer, dice: Se
agotó el tiempo de espera esperando una respuesta de la computadora host
. También intenté reenviar los puertos en el archivo de configuración 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
¿He configurado mal los puertos? ¡Por favor ayuda!