[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Change default config to bind to localhost only.
ChangeSet 1.1159.267.3, 2005/03/15 11:52:56+00:00, mjw@xxxxxxxxxxxxxxxxxxx Change default config to bind to localhost only. Signed-off-by: Mike Wray <mike.wray@xxxxxx> xend-config.sxp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp --- a/tools/examples/xend-config.sxp 2005-03-25 07:03:10 -05:00 +++ b/tools/examples/xend-config.sxp 2005-03-25 07:03:10 -05:00 @@ -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. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |