From owner-freebsd-questions@FreeBSD.ORG Sat May 31 20:59:39 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 768A91065686 for ; Sat, 31 May 2008 20:59:39 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id C38B28FC15 for ; Sat, 31 May 2008 20:59:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m4VKxXWC071084; Sat, 31 May 2008 21:59:34 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.5.5 smtp.infracaninophile.co.uk m4VKxXWC071084 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1212267574; bh=jUMBnDqJ99MHRO vgkJyxrMrHVQX/4lMTkaWjdMw2vcY=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type:Cc:Content-Type: Date:From:In-Reply-To:Message-ID:Mime-Version:References:To; z=Mes sage-ID:=20<4841BC34.2050008@infracaninophile.co.uk>|Date:=20Sat,=2 031=20May=202008=2021:59:32=20+0100|From:=20Matthew=20Seaman=20|Organization:=20Infracaninophile|User -Agent:=20Thunderbird=202.0.0.14=20(X11/20080503)|MIME-Version:=201 .0|To:=20Jos=20Chrispijn=20|CC:=20freebsd-questions@ freebsd.org|Subject:=20Re:=20Simple=20DSN=20server|References:=20<4 841B7CA.9030209@webrz.net>|In-Reply-To:=20<4841B7CA.9030209@webrz.n et>|X-Enigmail-Version:=200.95.6|Content-Type:=20multipart/signed=3 B=20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-sign ature"=3B=0D=0A=20boundary=3D"------------enig4077E54732C7CB94CAA05 4AC"; b=NCmRLubvGhGdPC/JmIQAMJl/9jCqoiMGnB5i9zaZ8NKUPl8x8MtjnQsjEp7 AWwq3rRijMlKijRiD2iAxptblS5IAdNClyUsTeSvX1hKz+gHytgguTP00EsPNDR+YxZ mI1yKGxyQHAk/OTKYI7dzjIhrtbaHmB9cHAAchOQk/+5E= Message-ID: <4841BC34.2050008@infracaninophile.co.uk> Date: Sat, 31 May 2008 21:59:32 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.14 (X11/20080503) MIME-Version: 1.0 To: Jos Chrispijn References: <4841B7CA.9030209@webrz.net> In-Reply-To: <4841B7CA.9030209@webrz.net> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig4077E54732C7CB94CAA054AC" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 31 May 2008 21:59:34 +0100 (BST) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: 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:59:39 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4077E54732C7CB94CAA054AC Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Jos Chrispijn wrote: > OS FreeBSD 7.0 >=20 > Just got the idea to start a very simple local DNS server. For that I=20 > 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' bu= t=20 > this script isn't in my /etc/namedb directory: >=20 > 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 >=20 > Did something go wrong with installing named () or do I have to do an=20 > additional make install? Nope. BIND has been updated and things have changed but the handbook hasn't caught up yet. You no longer need to run 'make-localhost' but can just use the provided zonefiles for forward and reverse lookups thereof. The rest is pretty much the same though. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig4077E54732C7CB94CAA054AC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkhBvDUACgkQ8Mjk52CukIwLMACcC/XuODhkz/5/mFqUAM5s2cs7 nV0An369W+8FdM/ve6sYi4pnE3/MdpTK =8p1U -----END PGP SIGNATURE----- --------------enig4077E54732C7CB94CAA054AC--