http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=864
Summary: small documentation error in xend-config.sxp
Product: Xen
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Hypervisor
AssignedTo: xen-...@lists.xensource.com
ReportedBy: henn...@gmx.de
in xend-config.sxp I just found the following:
# The interface for VNC servers to listen on. Defaults
# to 127.0.0.1 To restore old 'listen everywhere' behaviour
# set this to 0.0.0.0
#(vnc-listen '127.0.0.1')
obviously, 127.0.0.1 is not an interface xend listens on, but an IP address. In
case there is a means to make xend listen to a specific interface instead of an
ip, it should be documented with an additional example