From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 21:03:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2D0716A412 for ; Fri, 1 Dec 2006 21:03:50 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB5143CA3 for ; Fri, 1 Dec 2006 21:03:31 +0000 (GMT) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1842394pyh for ; Fri, 01 Dec 2006 13:03:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WyCnUZZXIoIMJqdVKXS/UlZJw5RCior841Ww6BK21yYdjsoxk9SCn7tI/jXx/n49NRjTobqRn/l+q+kn4ZRsJKtl90PVxcC3hoFlUOVELOaLm7FWpTRsffT+1Ug6/vN9gJkO1S9saiLUNKYahByDkFkHr0gssc7WfNsVxsG7Xks= Received: by 10.35.49.15 with SMTP id b15mr9429466pyk.1165007026487; Fri, 01 Dec 2006 13:03:46 -0800 (PST) Received: by 10.35.121.10 with HTTP; Fri, 1 Dec 2006 13:03:46 -0800 (PST) Message-ID: <340a29540612011303n4b6d6367gc385021cfe0be7dc@mail.gmail.com> Date: Fri, 1 Dec 2006 14:03:46 -0700 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Configuring DNS (BIND) in isolation 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: Fri, 01 Dec 2006 21:03:51 -0000 Hello, I have a need to make my own DNS system on an isolated network. Years ago, I administered DNS for a couple of different companies, but that was quite a while ago and since I've turned to programming I haven't done much in the way of network administration. I recall from using BIND 4, when I was reading up on it, that it is most certainly possible to configure an entire DNS system on a totally isolated network. Would I need zone files for the root, ".", zone and any other zones I configure; e.g. "isolation."? This would seem to be the way to go about it, but I'm having some difficulty visualizing it in my head. I just did some searches online for the O'Reilly book "DNS & BIND". I recall using this book in the past and it was quite helpful (and unfortunately for me, belonged to my former employers). Would this book be a good reference for this task as well, or are there better books that I might want to look into getting for this? Or, are there good on-line resources that could help me muddle through? Any help is greatly appreciated. Thanks, Andy