I run Windows Server 2008 R2 in my VMWare Fusion. Is there a way to -not locally- remote control the VM using MS’ Remote Desktop Connection (or some equivalent tool)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can. You just need to configure your VM Fusion to listen on Windows Remote Desktop port 3389. You can do this by navigating into file
/VMware Fusion/vmnet8. There you edit filenat.confWith these settings:[incomingtcp] 3389 = 192.168.0.1:3389, it is in formatHOST_PORT = VM_IPADDRESS:VM_PORTSo change the VM_IPADRESS properly. Than just restart your VM.