From owner-freebsd-questions@FreeBSD.ORG Sat Dec 31 12:09:38 2005 Return-Path: X-Original-To: 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 11FD016A41F for ; Sat, 31 Dec 2005 12:09:38 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9836443D79 for ; Sat, 31 Dec 2005 12:09:37 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from broadpark.no ([217.13.4.96]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ISD009MD3C2XT60@osl1smout1.broadpark.no> for questions@freebsd.org; Sat, 31 Dec 2005 13:14:26 +0100 (CET) Received: from [80.202.4.61] (Forwarded-For: [213.187.181.70]) by bgo1mstore1.broadpark.no (mshttpd); Sat, 31 Dec 2005 13:09:36 +0100 Date: Sat, 31 Dec 2005 13:09:36 +0100 From: Kristian Vaaf To: questions@freebsd.org Message-id: <4704cd467549.43b68310@broadpark.no> MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.05 (built Oct 21 2004) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal Cc: Subject: How to convert BIND to TinyDNS? 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 Dec 2005 12:09:38 -0000 Hello! I am trying to provide the administrator of my upcoming NS2 with my zonefiles in the TinyDNS format. But I am having some trouble comprehending its format. Perhaps the simplicity got to me. Here is my BIND setup: http://www.home.no/hedhnta/namedb Here is my imagined TinyDNS equivalent, written as simply as possible: +mydomain.com::* +ns1.mydomain.com:213.187.112.70 +ns2.mydomain.com:217.155.55.77 +ns3.mydomain.com:208.139.133.90 @mydomain.com::ninja +ninja.mydomain.lan:192.168.187.1 +halim.mydomain.lan:192.168.187.2 +domain1.com::* +domain2.com::* +domain3.com::* +domain4.com::* +domain5.com::* I have googled like crazy to find a decent script to do this conversion for me. This was all I found, and it didn't go too well: ./bind-to-tinydns example.com output output.tmp < db.erralionic.com warning: line 8: ignoring out-of-zone data fatal: line 16: RR tried to inherit owner from previous record, but there was no previous RR Thanks!