2 hobbit servers on the same hardware
On Sunday 30 March 2008, Phil Wild wrote:
This is what I experience as well... netstat -an | grep LISTEN | grep 1984 tcp 0 0 0.0.0.0:1984 0.0.0.0:* LISTEN
I just looked at the source code and I think you can say hobbitd --listen=<ip address> This is by default 0.0.0.0 so listening on all availalble addresses. See also http://hobbitmon.sourceforge.net/docs/man8/hobbitd.8.html Stef