xxtbg / vboxweb

Automatically exported from code.google.com/p/vboxweb
MIT License
0 stars 0 forks source link

VRDP is not working #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for this webinterface, it's fine, but i have one problem with it:
VRDP is not working. My Virtual Machines are using the Ports 5000, 5001,
5002. When i start the VMs using the Webinterface, i can't connect using my
servers ip and the port. Please see attached file for virtual machines details.

regards

riedochs

Original issue reported on code.google.com by riedoch...@googlemail.com on 31 Jan 2010 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I had this issue too, but it worked when I changed following line in file 
VBoxWebSrv.py:

progress = self.ctx['vb'].openRemoteSession(session, uuid, "headless", "")
to
progress = self.ctx['vb'].openRemoteSession(session, uuid, "vrdp", "")

I did not find the option "headless" in the documentation for openRemoteSession

hope this helps

regards
Dietmar

Original comment by dietmar....@gmail.com on 11 Feb 2010 at 4:13

GoogleCodeExporter commented 9 years ago
This fix works for me. This issue seems to be reported under a few different 
issue
numbers: 28, 38 - there may be others

Using Virtual Box 3.1.6 on Fedora 12

Original comment by mrsbon...@yahoo.com on 6 Apr 2010 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by achim.ha...@gmail.com on 26 Aug 2010 at 2:18