From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 29 09:52:45 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD5616A4CE for ; Thu, 29 Apr 2004 09:52:45 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id E61A743D49 for ; Thu, 29 Apr 2004 09:52:44 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 29 Apr 2004 17:52:44 +0100 (BST) Date: Thu, 29 Apr 2004 17:52:43 +0100 From: David Malone To: TSaplin Mikhail Message-ID: <20040429165243.GA31181@walton.maths.tcd.ie> References: <200404292101.33004.tsmm@list.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404292101.33004.tsmm@list.ru> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-hackers@freebsd.org Subject: Re: unexpected trafic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 16:52:45 -0000 On Thu, Apr 29, 2004 at 09:01:32PM +0700, TSaplin Mikhail wrote: > HI ALL; > > My freebsd5.1 emits some trafic: > > 20:32:41.496039 129dial.supernet.kz.52075 > GATEKEEPER.MCAST.NET.1718: udp 31 Does sockstat show which process is using port 52075? David.