emregon
emregon

Reputation: 418

Windows Server 2008 Remote Access Scenerio

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)?

Upvotes: 0

Views: 297

Answers (1)

B.Gen.Jack.O.Neill
B.Gen.Jack.O.Neill

Reputation: 8397

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 file nat.conf With these settings: [incomingtcp] 3389 = 192.168.0.1:3389, it is in format HOST_PORT = VM_IPADDRESS:VM_PORT So change the VM_IPADRESS properly. Than just restart your VM.

Upvotes: 1

Related Questions