From owner-freebsd-questions@FreeBSD.ORG Sat May 31 20:40:48 2008 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 8F16210656B0 for ; Sat, 31 May 2008 20:40:48 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id BE56F8FC31 for ; Sat, 31 May 2008 20:40:47 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id E2730FD06A for ; Sat, 31 May 2008 22:41:37 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id BC254FD061 for ; Sat, 31 May 2008 22:41:37 +0200 (CEST) Message-ID: <4841B7CA.9030209@webrz.net> Date: Sat, 31 May 2008 22:40:42 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Simple DSN 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, 31 May 2008 20:40:48 -0000 OS FreeBSD 7.0 Just got the idea to start a very simple local DNS server. For that I would like to use named. Some question I have regarding to this: Configuration files for named reside in /etc/namedb directory According to the manual, I might use the command 'sh make-localhost' but this script isn't in my /etc/namedb directory: triton# cd /etc/namedb triton# ll drwxr-xr-x 2 bind wheel 512 Feb 24 18:49 dynamic drwxr-xr-x 2 root wheel 512 May 24 08:44 master -rw-r--r-- 1 root wheel 581 Feb 21 2007 named.conf -rw-r--r-- 1 root wheel 2967 Feb 24 18:53 named.root -rw------- 1 bind wheel 97 May 27 19:35 rndc.key drwxr-xr-x 2 bind wheel 512 Feb 24 18:49 slave Did something go wrong with installing named () or do I have to do an additional make install? -- Jos