Christian Limpach
2006-Oct-05 13:57 UTC
[Xen-devel] HEADS UP: HVM vncserver will only listen on 127.0.0.1 interface.
I''ve just checked in the changes from Jeremy and Daniel to make the vncserver for HVM domains only listen on the 172.0.0.1 interface. This is a change of behaviour in that off-host vncclients will no longer be able to connect by default. See changeset comments for how to restore the old behaviour. christian changeset: 11704:a95dfbc8dca8ecddcb9be51d78f446b0fa461892 tag: tip user: Christian Limpach <Christian.Limpach@xensource.com> date: Thu Oct 05 14:53:29 2006 +0100 files: tools/examples/xend-config.sxp tools/examples/xmexample.hvm tools/i oemu/vl.c tools/ioemu/vl.h tools/ioemu/vnc.c tools/python/xen/xend/XendRoot.py t ools/python/xen/xend/image.py tools/python/xen/xm/create.py description: [HVM/vncserver] Implement a ''vnclisten'' option to limit the interface that the VNC server from qemu listens on. Defaults to only listen on 127.0.0.1 The old behaviour (listen on all interfaces) can be restored, by - changing the system-wide default in /etc/xen/xend-config.sxp by adding: (vnc-listen ''0.0.0.0'') - changing individual domain config files by adding: vnclisten="0.0.0.0" Also allows specifying the hostname associated with an interface to limit to that interface. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel