From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 21:32:19 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 7BB8916A41C for ; Mon, 18 Jul 2005 21:32:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB1943D45 for ; Mon, 18 Jul 2005 21:32:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id j6ILWIDh022169; Mon, 18 Jul 2005 14:32:18 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j6ILWHsZ009925; Mon, 18 Jul 2005 14:32:18 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4C02DC19-B911-416B-B997-CD83AE9B9BFF@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 18 Jul 2005 17:32:14 -0400 To: Antoine Solomon X-Mailer: Apple Mail (2.730) 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 21:32:19 -0000 On Jul 18, 2005, at 5:20 PM, Antoine Solomon wrote: > I setup a simple dns server so i can keep all hosts in one place. The > only problem that I have is that from other hosts i am unable to > connect to dns server. When I do a nmap of the dns server, I don't > get the port 53. But when I login to the fbsd system which hosts > dns, everything works fine. I am sure I am missing something in > configurtation. Could you please help? Thanks for everything Edit /var/named/etc/namedb/named.conf, and comment out or remove the listen-on line which is blocking non-local name queries.... -- -Chuck