[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] vncviewer configuration problem
- To: "Steve Kemp" <steve@xxxxxxxxxxxx>
- From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
- Date: Tue, 3 Apr 2007 20:14:07 +0530
- Cc: Xen list <Xen-users@xxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 03 Apr 2007 07:43:07 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rVInRvQlDM5+Du2iXtwBQqY80IGlVcI/IVQap4rXeSo5Fhc+tlpTP0BWFeOKGuTypRc3dVeBjU0Zle7AhgYdWGLzrsfQTsrOSh7Z49pzSm+m20UHOgCFuo358nDSZhLxQP6Yayj+zwHvGQjPdfc06m1LR9yxe2U0RPNkZMVI+Ak=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Thanks Steve.
My host machine is remote machine, and i am accessing this through ssh. So in this case i should mention
vnclisten = '<my machine ip>'
What i understand from your mail. Is it correct ?
Because from xend.log, i came to know that bydefault vnclisten is set to '127.0.0.1 only as below.
[2007-04-02 09:56:44 xend 5251] INFO (image:418) spawning device
models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d',
'5', '-m', '2000', '-boot', 'c', '-serial', 'pty', '-vcpus', '8',
'-usb', '-usbdevice', 'mouse', '-domain-name', 'Dom-El4', '-vncunused',
'-vnclisten', '127.0.0.1']
Trilok
On 4/3/07, Steve Kemp <steve@xxxxxxxxxxxx> wrote:
On Tue, Apr 03, 2007 at 07:47:17PM +0530, trilok nuwal wrote:
> vnc=1 > vncviewer=1 > vncpasswd=""
> Its starting the domain but i am unable to connect to this by vncviewer.
Could be worse. Using a recent xen-unstable my machine reboots if I try to create a HVM domain :(
> Could anybody point out what could be wrong in configuration ?
You might want to be explicit about what interface the vncserver
should listen upon. Perhaps:
vnclisten = '127.0.0.1'
> When i try to connect the vncviewer to remote machine it is giving below > output. >
abc@tnuwal:~> vncviewer > vncviewer: ConnectToTcpAddr: connect: Connection refused > Unable to connect to VNC server
Then here use:
vncviewer 127.0.0.1
Steve -- http://www.steve.org.uk/
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|