From owner-freebsd-security@FreeBSD.ORG Thu Nov 13 10:20:46 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A157B16A4CE for ; Thu, 13 Nov 2003 10:20:46 -0800 (PST) Received: from worf.kerna.com (worf.kerna.com [194.106.143.118]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FC2743FB1 for ; Thu, 13 Nov 2003 10:20:42 -0800 (PST) (envelope-from james@kerna.ie) Received: (qmail 55639 invoked by uid 1001); 13 Nov 2003 18:20:48 -0000 Date: Thu, 13 Nov 2003 18:20:48 +0000 From: James Raftery To: freebsd-security@freebsd.org Message-ID: <20031113182048.GV45398@bender.kerna.ie> Mail-Followup-To: freebsd-security@freebsd.org References: <200311131112.18246.dmitry@athabascau.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311131112.18246.dmitry@athabascau.ca> Subject: Re: What could be on udp:48152 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 18:20:46 -0000 On Thu, Nov 13, 2003 at 11:12:10AM -0700, Dmitry S. Makovey wrote: > dimon@gateway ~ > sockstat | grep 49152 > bind named 270 4 udp4 *:49152 *:* > > Now', is there any reason for bind to use this port? Googling for > that subject didn't bring any results other than usualy this port is > first available for dynamic ports. Which doesn't make sence to me. It's the port it uses for sysqueries. You can tell named to use a specific port using the query-source option. ATB, james