|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Cannot connect to VNC
Hello
I had same problem with xen 3.0.3 ebuild on gentoo x86.
The previous version 3.0.2 worked without problem.
The problem is that vnc setting little bit changed.
Here is qoute from /etc/xen/xmexample.hvm
#----------------------------------------------------------------------------
# address that should be listened on for the VNC server if vnc is set.
# default is to use 'vnc-listen' setting from /etc/xen/xend-config.sxp
#vnclisten="127.0.0.1"
And that is the reason why you are not able to connect via VNC to DOMu
because VNC server is bindend to 127.0.0.1.
After I have changed my windows domain config file adding:
vnclisten="ip.of.my.dom0"
I can connect to hvm domain via VNC.
Further investigation is probably still needed because vncviewer
ip.of.my.dom0:domID is not working now. Maybe editing xend-config.sxp
will help.
BR
Peter
2006/11/24, Jerry Amundson <jamundso@xxxxxxxxx>:
On 11/22/06, Morten Christensen <mc-xen@xxxxx> wrote:
> Does VNC always connect to the display-number and not to the vm-id ?
Yes - it is VNC, after all...
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|