From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 16 Sep 2009 16:03:37 -0400 To: 9fans@9fans.net Message-ID: <35e1ba3ae1b9f7c427c2823732cd64f0@coraid.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Authoritative Name Server Topicbox-Message-UUID: 6f06d3d8-ead5-11e9-9d60-3106f5b1d025 > The secondary name servers all run BIND on UNIX, and I need > to do zone transfers to them, from Plan 9. Will simple zone > transfers (given the -n flag to ndb/dns) suffice, or does the > outgoing ndb file somehow need to be reformatted for BIND? looks like it should work. if you should need an bind-comptable zone file (and i do), contrib quanstro/ndbtozone is a program that converts ndb format to dns format. it tosses out-of-balliwick stuff and ndb tuples that have no bearing on dns. > If I have subdomains for the domain I'm managing, do those > subdomains get their own dom=... blocks? If so, do I need to > specify soa=, dnsslave=, ns=, etc. for each subdomain entry, > or will the specifications for the main domain satisfy? this depends entirely if you want to have the subdomains as seperate zones or not. dns is really wierd. imagine if you could have "/" in a file name. then x/y could be either the directory x containing file y or just the file named x/y. replace "/" with "." and that's how dns zones work. i wouldn't bother breaking up the zones if there's no particular adminstative reason to do so. - erik