|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vncviewer configuration problem
When i add vnclisten='10.177.237.101' (This is my machine ip ).
Then i cant able to start the domain. I am getting this error.
# xm create -c /etc/xen/dom-209
Using config file "/etc/xen/dom-209".
VNC= 1
Started domain Dom-El4
xenconsole: Could not read tty from store: No such file or directory
Could we make this more simple if we can do some configuration in host machine, no password no vnclisten at all.
Thanks,
--Trilok
On 4/3/07, Steve Kemp <steve@xxxxxxxxxxxx> wrote:
On Tue, Apr 03, 2007 at 08:14:07PM +0530, trilok nuwal wrote:
> 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 ?
Yes.
> Because from xend.log, i came to know that bydefault vnclisten is set to > '127.0.0.1 only as below.
Right. Thats your problem then.
You could use ssh port-forwarding to forward the connection from the remote host to the local machine, then connect to that securely as follows:
[remote machine]
xm create ...
[local machine] [setup forward to remote] ssh -L 5900:localhost:5900 -N username@xxxxxxxxxxxxxxxxx
[start viewer]
xvncviewer 127.0.0.1:5900
(This might be too much complexity; but it is preferable to having VNC listening on a public-facing machine with no password/firewall/ACL in the way ..)
Steve --
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|