Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2005 13:09:36 +0100
From:      Kristian Vaaf <vaaf@broadpark.no>
To:        questions@freebsd.org
Subject:   How to convert BIND to TinyDNS?
Message-ID:  <4704cd467549.43b68310@broadpark.no>

next in thread | raw e-mail | index | archive | help

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!





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4704cd467549.43b68310>