dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Remote Desktop Server port is null:9001 #620

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have just updated phpVirtualBox, don't forget to clear your
browser's cache!!!

Please see the Common Errors and Issues wiki page located at
http://code.google.com/p/phpvirtualbox/wiki/CommonErrors before posting
here.

What steps will reproduce the problem?
1. Update phpvbox web to 4.2.4
2. Clear browser cache.
3. Reconfigure new file config.php point to remote VBox server (not localhost)
4. Open Remote Desktop and it opened address null:9000 instead of 
192.168.1.253:9000.

What is the expected output? What do you see instead?
No.

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?
phpVBox: 4.2.4
VBox: 4.2.4 (81684)
Debian Squeeze (Kernel 2.6.32-5-amd64)

Please provide any additional information below.
Please see attachment.

Original issue reported on code.google.com by truong...@gmail.com on 4 Nov 2012 at 2:42

Attachments:

GoogleCodeExporter commented 8 years ago
Can you attach your config.php without the passwords please?

Original comment by imooreya...@gmail.com on 5 Nov 2012 at 12:33

GoogleCodeExporter commented 8 years ago
I was able to reproduce this. To get around this until the next release, you'll 
have to add this to config.php:

var $consoleHost = "192.168.1.253";

Let me know if this does not resolve it.

Original comment by imooreya...@gmail.com on 5 Nov 2012 at 5:45

GoogleCodeExporter commented 8 years ago
Thanks for your quick response.
It worked perfectly.

Original comment by truong...@gmail.com on 7 Nov 2012 at 7:44

GoogleCodeExporter commented 8 years ago
I have installed mine on nas4free on my microserver, how do I find out what IP 
I need to put as the consoleHost the IP above doesn't work for me.

Original comment by mhillman...@gmail.com on 8 Jan 2013 at 10:58

GoogleCodeExporter commented 8 years ago
Hi mhillman,

I think you should enter your Host IP address in it. 

Original comment by mohammed...@gmail.com on 8 Jan 2013 at 11:15

GoogleCodeExporter commented 8 years ago
Which I find where? I've already tried the 127.0.0.1 and my ip that my nas4free 
interface runs on and nothing works, so where do I find this Host ip?

Original comment by mhillman...@gmail.com on 8 Jan 2013 at 11:18

GoogleCodeExporter commented 8 years ago
Hi mhilhan,
Can you try this:

Start the virtual machine that you were talking about, open "Remote Desktop 
Connection" in windows and type: 192.168.1.253:9000 then connect

Original comment by mohammed...@gmail.com on 8 Jan 2013 at 1:27

GoogleCodeExporter commented 8 years ago
I have tried this in RD for windows, which times out and if I do it in the 
console window of phpvirtualbox I get Problem with console: TCP: SECURITY_ERROR 
Error #2048

Original comment by mhillman...@gmail.com on 8 Jan 2013 at 1:36

GoogleCodeExporter commented 8 years ago
Hmm strange...

Is there any web interface of your nas4free machine? If you want i can take a 
look with you by doing a remote session to you computer.

Original comment by mohammed...@gmail.com on 9 Jan 2013 at 10:29

GoogleCodeExporter commented 8 years ago
Yes it has a IP web browser login but it's not accessible from outside of my 
network.

Original comment by mhillman...@gmail.com on 9 Jan 2013 at 2:42

GoogleCodeExporter commented 8 years ago
Fixed in most recent version

Original comment by imooreya...@gmail.com on 11 Jul 2013 at 5:56