Joseph wrote:
I need a solution to access Windows XP program running on VirtualBox.

I've Windows XP running via VB and I need to run one of Windows XP program from few other machines.
I was thinking maybe I'll install run LTSP but I'm not sure it will work. I
think I could create VPN between Windows and Linux but in this case I need
to run full OS on other machines.
What are my other options?

VirtualBox supports RDP.  You can connect to it with any RDP client.

I use KRDC for this.  I start the XP virtual machine with:

  VBoxHeadless -startvm "Windows XP" &

This will run the VM but will not display anything. You connect to it through RDP.

Read the VirtualBox manual for more info (like like to configure which port to use if you don't want the default one.)


Reply via email to