1 message in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 864] New: small docum...
FromSent OnAttachments
bugz...@lists.xensource.com20 Jan 2007 14:01 
Subject:[Xen-bugs] [Bug 864] New: small documentation error in xend-config.sxp
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:01/20/2007 02:01:19 PM
List:com.xensource.lists.xen-bugs

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