aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-03-11 14:55:06 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-03-11 14:55:06 +0000
commite77f3b1346b71c111431e510387179e060ab494b (patch)
tree11e8a55924db012dbe79d4077a883201eb53f92e /tools/examples/xend-config.sxp
parent85701e6e02194f858f8057209d8b8da423ef7e66 (diff)
downloadxen-e77f3b1346b71c111431e510387179e060ab494b.tar.gz
xen-e77f3b1346b71c111431e510387179e060ab494b.tar.bz2
xen-e77f3b1346b71c111431e510387179e060ab494b.zip
bitkeeper revision 1.1159.258.50 (4231b14a0Nqrojj7aAwM5Ge5I8cg9w)
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
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 8aa6ccaa7e..8d670c3d16 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -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.