From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 03:56:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67B816A4DD for ; Wed, 2 Aug 2006 03:56:18 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CC443D46 for ; Wed, 2 Aug 2006 03:56:17 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k6V8lvkD026254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 31 Jul 2006 15:47:58 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k6V8luaX001562; Mon, 31 Jul 2006 15:47:56 +0700 (ICT) Date: Mon, 31 Jul 2006 15:47:56 +0700 (ICT) Message-Id: <200607310847.k6V8luaX001562@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: What process is using what UDP port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 03:56:18 -0000 Hi, I have a FreeBSD machine sending UDP packets to one of my other machine. There is no apparent reason why it is sending those UDP packets. How can I trace the process doing so? TIA Olivier