Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic

Which IPv6 auth nameserver do you use and recommend?
BIND  50%  [ 1 ]
NSD3  50%  [ 1 ]
YADIFA  0%  [ 0 ]
djbdns (with IPv6 patches)  0%  [ 0 ]
other  0%  [ 0 ]
Total votes : 2
Author Message
PostPosted: Sat Jan 12, 2013 4:02 pm 
Offline
Newbie

Joined: Wed Jan 18, 2012 4:58 pm
Posts: 4
Website: http://cnst.su/
Location: San Jose, CA
Hi,

I have a couple of dozen domain name zones, and I was disappointed in how with NSD3 you have to do a lot of copy-pasting between the zone configurations in order to set up the zones.

The zone files themselves can easily be shared (just use the "@" notation), but it seemed like "notify" and "provide-xfr" had to be repeated for every single zone every single time, causing lots of copy-pasting and somewhat of a headache to maintain or modify later on (especially since Linode DNS slave setup is not centralised, so you have to list each IP individually).

Is YADIFA any better? Also, for a couple of dozen of zones, each having only a couple of records, which server is likely to use the least amount of resources? Or any other IPv6 NS auth server that's worth looking at?

C.


Top
   
PostPosted: Sat Feb 09, 2013 1:26 am 
Offline
Junior Member
User avatar

Joined: Fri May 04, 2012 8:57 pm
Posts: 49
You might be able to take advantage of `include` so that there is less copy pasting. I use nsd3, and I have a lot of zones served by a hidden nsd3 master with the Linode nameservers as slaves. This is what my nsd3 configuration file structure looks like (/usr/local/etc/nsd/):

keys (dir containing dnssec keys and such)
zones (dir containing actual zonefiles)
slaves.conf
nsd.conf
zones.conf

nsd.conf
Code:
server:
    blah blah blah

include: /usr/local/etc/nsd/zones.conf


zones.conf
Code:
zone:
    name: examplezone.tld
    zonefile: /usr/local/etc/nsd/zones/examplezone.tld.zone
    include: /usr/local/etc/nsd/slaves.conf


slaves.conf
Code:
#ns1.linode.com
    notify: the.ip.addr.here NOKEY
    provide-xfr: the.ip.addr.here NOKEY

#ns2.linode.com
    notify: the.ip.addr.here NOKEY
    provide-xfr: the.ip.addr.here NOKEY

#ns3.linode.com
    notify: the.ip.addr.here NOKEY
    provide-xfr: the.ip.addr.here NOKEY

#ns4.linode.com
    notify: the.ip.addr.here NOKEY
    provide-xfr: the.ip.addr.here NOKEY

#ns5.linode.com
    notify: the.ip.addr.here NOKEY
    provide-xfr: the.ip.addr.here NOKEY


Hopefully this helps. There probably is a better way to do it, but this works for me, and is pretty simple.

_________________
me | voltaireMC


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group