[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] SunOS does not give back informations to the Hobbit Server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] SunOS does not give back informations to the Hobbit Server
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Fri, 28 Mar 2008 10:38:35 +0100
- References: <15136.195.25.100.21.1206614320.squirrel (at) serwou.no-ip.org> <47EB7B08.1090401 (at) yahoo.fr> <20080327184149.1b8c7bc5 (at) netstation.linuxnetwork.local>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Mar 27, 2008 at 06:41:49PM +0100, L.M.J wrote:
> I will check it out, maybe by using tcpdump or so. Sound like
> a mess since they are production servers with
> heavy network load. Anyway, gonna investigate deeper
You can use a filter for tcpdump, and just pick out traffic to
port 1984.
tcpdump -n -w -s 1500 hobbittraffic.dmp tcp port 1984
would be my way of logging it to a dump-file. Analysing it
with Wireshark is usually much easier than using tcpdump
for the analysis.
Regards,
Henrik