|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Remote access to domU console using vnc
James Fidell wrote:
> dom0 is not running
> any firewalling and the relevant parts of the domU config file are:
>
> vnc = 1
> vnclisten='0.0.0.0'
> vncconsole = 0
>
> Any ideas what I need to do to make it work?
Ran into the same issue with xen 3.0.4 on a Centos 4.4 dom0.
make sure your /etc/xen/xend-config.sxp contains
(vnc-listen 'XXX.XXX.XXX.XXX')
(vnclisten 'XXX.XXX.XXX.XXX')
and substitute XXX.XXX.XXX.XXX with the address of your dom0 NIC.
Did the trick for me.
/Håkan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
Re: [Xen-users] Remote access to domU console using vnc,
Håkan <=
|
|
|
|
|