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
# 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.
# 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.