I am not familiar with the usage of the XMLRPC service in Turbine. I think they carry a fork of our project. As we can only benefit from their usage of our project, I will do some homework and see if we can't all get on the same page.
--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net
Bas van Dorresteijn wrote:
I'm using the XMLRPC service with Turbine so I'm not sure this is the rigth mailinglist to send this to... My question is whether it is possible to configure on which interface/ip-address the XMLRPC service is listening to ? I just added a new network card to my system, but nothing is listening on the new interface.Lib: xmlrpc-1.2-a1.jar TurbineResources.properties: services.XmlRpcService.port=12345 ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 192.168.1.20 netmask ffffff00 broadcast 192.168.1.255 ether 8:0:20:a2:c8:e2 hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 192.168.1.22 netmask ffffff00 broadcast 192.168.1.255 # telnet 192.168.1.20 12345 Trying 192.168.1.20... Connected to 192.168.1.20. Escape character is '^]'. ^C Connection closed by foreign host. (This is OK) # telnet 192.168.1.22 12345 Trying 192.168.1.22... telnet: Unable to connect to remote host: Connection refused # Kind regards, Bas van Dorresteijn MaXware Benelux Netherlands
