[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] 2 hobbit servers on the same hardware
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] 2 hobbit servers on the same hardware
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Sun, 30 Mar 2008 09:47:49 +0100
- References: <200803071851.26456.stef.coene (at) docum.org> <200803292146.25674.stef.coene (at) docum.org> <258e9b160803292000k79899446g812a8dbb769eb828 (at) mail.gmail.com>
- User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)
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