Whenever I connect via 127.0.0.1, it connects alright, but using the LAN IP of the server (192.168.0.16) the connection fails.
root@srvsx log # telnet localhost 902
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 VMware Authentication Daemon Version 1.10: SSL Required, MKSDisplayProtocol:VNC
Connection closed by foreign host.
root@srvsx log # telnet 192.168.0.16 902
Trying 192.168.0.16...
Connected to 192.168.0.16.
Escape character is '^]'.
Connection closed by foreign host.
Connections to the web interface work fine.