From owner-freebsd-stable@FreeBSD.ORG Wed Feb 18 15:28:29 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F8916A4CE for ; Wed, 18 Feb 2004 15:28:29 -0800 (PST) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id A514F43D1F for ; Wed, 18 Feb 2004 15:28:29 -0800 (PST) (envelope-from djv@mbnet.fi) Received: from tuomon-atte (MCCCXV.dsl.saunalahti.fi [62.142.13.115]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id A1BCEF14BCB; Thu, 19 Feb 2004 01:28:28 +0200 (EET) To: Sidnei Rodrigo Basei References: <40336A27.8070005@vaionline.it> Message-ID: From: Tuomo Latto Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 19 Feb 2004 01:28:34 +0200 In-Reply-To: <40336A27.8070005@vaionline.it> User-Agent: Opera7.23/Win32 M2 build 3227 cc: freebsd-stable@freebsd.org Subject: Re: BIND FreeBSD 4.9 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:28:30 -0000 On Wed, 18 Feb 2004 10:35:35 -0300, Sidnei Rodrigo Basei wrote: > I´ve problems witch BIND configuration in FreeBSD-4.9. Any one knows a > GOOD help to configure ? On the net, you can just google for the information. Keep in mind that there's a lot more documentation available for Linux and that in this case, it mostly (if not wholly) applies to FreeBSD too. > I configured the named.conf , locahost.rev and myzone and myzone.rev... > without errors.... but when I type "nslookup", it not can connect to > BIND server.... > > /etc/resolv.conf > domain sreb.com.br > nameserver 127.0.0.1 > > firewall: > allow all from any to any With brief glance looks ok to me.. Time for the stupid questions: Is BIND running? Do you have the line 'named_enable="YES"' in your /etc/rc.conf? -- Tuomo