WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Change default config to bind to localhost only.

To: xen-changelog@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Change default config to bind to localhost only.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 15 Mar 2005 11:52:56 +0000
Delivery-date: Fri, 25 Mar 2005 12:04:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-changelog>
List-help: <mailto:xen-changelog-request@lists.sourceforge.net?subject=help>
List-id: <xen-changelog.lists.sourceforge.net>
List-post: <mailto:xen-changelog@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-admin@xxxxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>