From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 22:12:03 2005 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 C4AAA16A41C for ; Mon, 18 Jul 2005 22:12:03 +0000 (GMT) (envelope-from john@day-light.com) Received: from joseph.day-light.net (gabriel.day-light.net [209.145.160.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776CD43D45 for ; Mon, 18 Jul 2005 22:12:03 +0000 (GMT) (envelope-from john@day-light.com) Received: from w1 (unknown [10.1.5.36]) by joseph.day-light.net (Postfix) with SMTP id 79AC44F3E2; Mon, 18 Jul 2005 17:12:02 -0500 (CDT) From: "John Brooks" To: "Mathieu CHATEAU" , "Antoine Solomon" Date: Mon, 18 Jul 2005 17:12:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1238445825.20050718233020@free.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: problem with setup of dns on freebsd-5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john@day-light.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 22:12:03 -0000 "netstat -an | grep LISTEN" doesn't show listening udp ports try instead "netstat -na | more" -- John Brooks john@day-light.com > > Hello Antoine, > > do you have a firewall on the box ? > > what about: > netstat -an | grep LISTEN > ipfw list > ps auwx | grep named > cat /etc/resolv.conf > >