[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Connect via VNC



On 06/12/16 06:52, Luis E. Arevalo R. wrote:
Hi everybody:

I'm new Xen user and I have a litle problem. Actually, I have a Xen Server on Debian Jessie, and Windows Server 2008 like a gues. Both were installed following the instructions of Debian.org [1] and Mehdi.me [2] and work perfectly.

The issue: I need install a second virtual machine (Windows Server) and I can't connect via VNC:

$ telnet 192.168.254.240 5900
Trying 192.168.254.240...
telnet: Unable to connect to remote host: Connection refused

The config file [3] contains a vnclisten entry:

vnclisten = "0.0.0.0"

And the old config file [4], doesn't.

What am I doing wrong? How do I connect via VNC to a second virtual machine to complete its installation?

I appreciate any kind of help. Regards!




FYI, I haven't been able to get that to work for quite some time, it seems to only listen on 127.0.0.1. My solution is to use vnc like this:
vncviewer -via xxx@192.168.254.240 127.0.0.1:5900

In addition, you might need to use a different port number if you have multiple VM's on the same dom0. I use this line in my config file to ensure that each VM has a static port number:
vncdisplay    = 15
In that case, the VM will be on port 5915
vncviewer -via xxx@192.168.254.240 127.0.0.1:5915

Regards,
Adam

--
Adam Goryachev Website Managers www.websitemanagers.com.au
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
https://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.