bitkeeper revision 1.1159.258.50 (4231b14a0Nqrojj7aAwM5Ge5I8cg9w)
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 11 Mar 2005 14:55:06 +0000 (14:55 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 11 Mar 2005 14:55:06 +0000 (14:55 +0000)
Change defaults in /etc/xen/xend-config.sxp :
 * xend will now only listen on localhost for conenctions from 'xm'.
 * consoles are only available from localhost too

Signed-off-by: ian.pratt@cl.cam.ac.uk
tools/examples/xend-config.sxp

index 8aa6ccaa7e7552c6b5d0a637868b8d28cdb1fb90..8d670c3d16c83e79735834ed2b85838a9b7b2c82 100644 (file)
@@ -9,7 +9,7 @@
 # Address xend should listen on for HTTP connections.
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' allows all connections.
-(xend-address      '')
+(xend-address      'localhost')
 
 # The port xend should start from when allocating a port
 # for a domain console.
@@ -18,7 +18,7 @@
 # Address xend should listen on for console connections.
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' allows all connections.
-(console-address   '')
+(console-address   'localhost')
 
 ## Use the following if VIF traffic is routed.
 # The script used to start/stop networking for xend.