Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 13:56:37 +0800
From:      Joerg Micheel <joerg@krdl.org.sg>
To:        Greg Lehey <grog@lemis.com>
Cc:        FreeBSD Hackers <hackers@FreeBSD.ORG>
Subject:   Re: The inetd realloc problem: an observation
Message-ID:  <19980922135637.28071@krdl.org.sg>
In-Reply-To: <19980922145515.N9960@freebie.lemis.com>; from Greg Lehey on Tue, Sep 22, 1998 at 02:55:15PM %2B0930
References:  <19980922134426.L9960@freebie.lemis.com> <19980922125047.37290@krdl.org.sg> <19980922145515.N9960@freebie.lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 22, 1998 at 02:55:15PM +0930, Greg Lehey wrote:
> On Tuesday, 22 September 1998 at 12:50:47 +0800, Joerg Micheel wrote:
> 
> > What's the output of tcpdump in the case ?
> I wouldn't expect any.  I suppose I could run it.  What filter
> expression should I use?

59 [negara] (joerg) uts/sun/io # tcpdump udp port netbios-ns
tcpdump: listening on vx0
13:56:39.934503 192.122.135.122.netbios-ns > 192.122.140.80.netbios-ns: udp 68
13:56:41.444976 192.122.135.122.netbios-ns > 192.122.140.80.netbios-ns: udp 68
13:56:42.955440 192.122.135.122.netbios-ns > 192.122.140.80.netbios-ns: udp 68

Not sure whether you should try attaching lo0, that would be:

61 [negara] (joerg) uts/sun/io # tcpdump -i lo0 udp port netbios-ns
tcpdump: listening on lo0

Could be somebody local on 2.2.7 that I don't know of (still running 2.2.5).

	Joerg
-- 
Joerg B. Micheel			Email: <joerg@krdl.org.sg>
SingAREN Technology Center		Phone: +65 7705577
Kent Ridge Digital Labs	(pron: curdle)	Fax:   +65 7795966
11 Science Park Road			Pager: +65 96016020
Singapore Science Park II		Plan:  Troubleshooting ATM
117685 Singapore			       Networks and Applications

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980922135637.28071>