There’s a feature in VMWare that if you enable it, you can access the guest via host vnc port.
What you need to do is to append the following to the .vmx file reside in you vmware guest directory.
1 RemoteDisplay.vnc.enabled = TRUE2 RemoteDisplay.vnc.port = “5901"3 RemoteDisplay.vnc.password = password
Then you start a vncviewer, and connect to “hostname:1″, and enter the password. That’s it!



