У меня установлен VNC Server на моей OS X 10.11 El Capitan в качестве виртуальной машины на моей VMware Workstation 12 Pro, работающей на Windows Server 2012 R2.
Но когда я пытаюсь подключиться к нему с помощью 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
Я неправильно настроил порты? Пожалуйста помоги!