|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] xml-rpc server listen on 3.1.0
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
|
|
|
|
|