Is it possible to run commands on a VirtualBox VM from outside? I have a Windows 7 VM inside an LMDE linux. Or should I use some sort of remote control tool like VNC? If so what would be the eaiest and best for such a simple task.
Thanks.
|
Is it possible to run commands on a VirtualBox VM from outside? I have a Windows 7 VM inside an LMDE linux. Or should I use some sort of remote control tool like VNC? If so what would be the eaiest and best for such a simple task. Thanks. |
|||
|
|
|
You can use the |
|||
|
|
|
If your virtual machine is using bridged networking, then it is on the same network as the host machine. It appears to be just another computer on the network, so any remote access or remote command mechanism that works between physical machines will work here: SSH, VNC, RDP, etc. If your VM is using NAT networking, you cannot connect directly to it over the network unless you first set up port forwarding, but thereafter it works as described above. |
|||
|
|