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-api

Re: [Xen-API] xml-rpc server listen on 3.1.0

To: Daniel Miles <daniel.t.miles@xxxxxx>
Subject: Re: [Xen-API] xml-rpc server listen on 3.1.0
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Wed, 12 Sep 2007 23:04:52 -0400
Cc: xen-api-bounces@xxxxxxxxxxxxxxxxxxx, xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 12 Sep 2007 20:05:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200709121431.21029.daniel.t.miles@xxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx

xen-api-bounces@xxxxxxxxxxxxxxxxxxx wrote on 09/12/2007 04:31:20 PM:

> Hi, everybody. How do I make the xml-rpc server listen on the external
> interface (real ip, not 127.0.0.1) on xen 3.1.0?
>
> so far google has shown me:
> (xen-tcp-xmlrpc-server-address '10.100.9.3')
> (xen-tcp-xmlrpc-server-port 8006)
>
> In addition to:
> (xend-tcp-xmlrpc-server yes)
>
> but the upper two lines don't seem to have any effect. The thing listens on
> port 8005 no matter what xen-tcp-xmlrpc-server-port says and it listens on
> 127.0.0.1 no matter what xen-tcp-xmlrpc-server-address says.
>
> Any tips?


Try

(xen-api-server (( 0.0.0.0:9363 none )))

for example.

   Stefan

>
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>