|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vncviewer configuration problem
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
|
|
|
|
|