|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] xml-rpc server listen on 3.1.0
On Wednesday 12 September 2007 9:04:52 pm Stefan Berger wrote:
> 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 )))
Thanks for the response but it doesn't seem to have helped. When I add that
line and start xend there is nothing listening on 9363 on either localhost or
the real IP. I seem to remember using that syntax on xen 3.0.4, is there a
different syntax on 3.1.0, or is it just that my system isn't working?
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
|
|
|
|
|