If I am running a virtual machine can I VNC into that machine? How can it be done?

link|improve this question

65% accept rate
I'm trying to VNC into the VM from the same machine that is running the VM. – Phenom Jun 23 '10 at 0:21
feedback

1 Answer

up vote 8 down vote accepted

If I am running a virtual machine can I VNC into that machine?

Yes

How can it be done?

Same way you VNC in to a physical machine. The VM is a computer in its own right, as long as you have the network set up correctly (eg bridged to your home network) it will work. If you have configured the VM to be on its own VM network it will not work.

link|improve this answer
In fact, other configurations than bridged (like NAT) will work but you'll need additional steps like port forwarding. forums.virtualbox.org/viewtopic.php?f=3&t=15301 – GmonC Jun 22 '10 at 23:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.