From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 07:29:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29AD616A41A for ; Mon, 12 Nov 2007 07:29:06 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 38C6313C4B2 for ; Mon, 12 Nov 2007 07:29:04 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAC7SijB033244; Mon, 12 Nov 2007 10:28:44 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAC7ShKS033243; Mon, 12 Nov 2007 10:28:43 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: freebsd-questions@freebsd.org Date: Mon, 12 Nov 2007 10:28:42 +0300 User-Agent: KMail/1.9.7 References: <57200BF94E69E54880C9BB1AF714BBCB19BE98@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB19BE98@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711121028.43288.yuri.pankov@gmail.com> Cc: Johan Hendriks Subject: Re: named make-localhost 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, 12 Nov 2007 07:29:06 -0000 On Monday 12 November 2007 10:21:35 Johan Hendriks wrote: > In the handbook section 27.6.6.1 it tells me to use make-localhost. > > 27.6.6.1 Using make-localhost > To configure a master zone for the localhost visit the /etc/namedb > directory and run the following command: > # sh make-localhost > If all went well, a new file should exist in the master subdirectory. > The filenames should be localhost.rev for the local domain name and > localhost-v6.rev for IPv6 configurations. As the default configuration > file, required information will be present in the named.conf file. > > But on my system 7.0 BETA2 there is no such file. > Is the handbook out of date or is the file missing. > > Regards, > Johan Hendriks Handbook is out of date, you should already have localhost-forward.db and localhost-reverse.db in /etc/namedb/master/. Yuri