From owner-freebsd-questions@FreeBSD.ORG Sat Nov 12 21:42:16 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 F175F16A41F for ; Sat, 12 Nov 2005 21:42:16 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 6837A43D45 for ; Sat, 12 Nov 2005 21:42:16 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 1770 invoked from network); 12 Nov 2005 21:42:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=GHysIZpaB+nKIlwJrR46zO297DJhaVbP/Ce1WtTc2bP5wsu/A+wUXdWgv+9Ai7o3uEvWL4NuiQ7xfKJeQmLsBPYcTtafk9LEUlBXHpg4tE7sPIg7yvCx1mgQ04S5sovQMN3uqG7W9/N+A5nUU+U0KL71s6cW/gTyTb/ljZtjk6I= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 12 Nov 2005 21:42:15 -0000 From: Mike Jeays To: freebsd-questions@freebsd.org In-Reply-To: <20051112154935.93BB.GERARD@seibercom.net> References: <20051112154935.93BB.GERARD@seibercom.net> Content-Type: text/plain Date: Sat, 12 Nov 2005 16:42:05 -0500 Message-Id: <1131831725.10225.3.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Running A Named Server 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: Sat, 12 Nov 2005 21:42:17 -0000 On Sat, 2005-11-12 at 15:52 -0500, Gerard Seibert wrote: > If I understand this correctly, if I want to enable a cache name server, > all I have to do is the following: > > In /etc/rc.conf enter: > named_enable="YES" > > Run this command: > # cd /etc/namedb > # sh make-localhost > > I enter the address: 127.0.0.1 in the /etc/resolv.conf file ahead of any > other entries. > > I do not have to modify the /etc/namedb/named.conf in any way. > > I can then either reboot or start the program manually. > > Have I gotten that all correct? > Yes, I think that is correct. I did this a week or two ago, and it worked fine.