LWN.net Logo

System Administration: Another Step toward the BIND (Linux Journal)

Linux Journal looks at the named.conf file used by BIND. "As we've said previously, Linux distributions come with BIND, an application that runs the vast majority of all DNS servers. BIND runs a service or daemon called named. It's primary configuration file is called named.conf. (We assume that you know that Linux services or daemon's have configuration files associated with them.)"
(Log in to post comments)

System Administration: Another Step toward the BIND (Linux Journal)

Posted Jul 25, 2006 13:32 UTC (Tue) by mattmelton (subscriber, #34842) [Link]

While not directly related to the article I feel that every now and again, I have to need to mention either tinydns or qmail. Today is one of them.

BIND is nice, but having used BIND in a production envionment, and tinydns in a development environment, I found that tinydns easily out performed BIND in terms of usability/configurability, security and performance. Since my liberation from the "old way" to the new, I have used tinydns where possible as BIND has met all my production environment needs.

http://tinydns.org

While not opensource, it almost is.

Tinydns is writen by DJ Bernstien - LWN members should know who he is :D

Hth,

Matt

System Administration: Another Step toward the BIND (Linux Journal)

Posted Jul 27, 2006 20:46 UTC (Thu) by shane (subscriber, #3335) [Link]

Dan Bernstein himself is kind enough to provide a page listing lots of
useful features that BIND supports that djbdns does not and probably never
will:

http://cr.yp.to/djbdns/knowles.html

(At the very end, after the paranoid ranting.)

TSIG is important for administrators who do not want clear-text zone
transfers, for instance.

Without TCP or EDNS0, you cannot have a DNS response bigger than 512
bytes. This becomes more important in a IPv6 world.

Speaking of IPv6, it looks like djbdns won't actually listen on an IPv6
address.

FWIW, ISC is putting together a road-map for the next major version of
BIND now (after 9.5... 9.4 is in alpha, and improves performance in a
number of ways. Is mostly code complete 9.5 will support gss-tsig,
allowing some limited interoperability with Microsoft's Kerberos
implementation, and much better server statistics.) One of the things I
think we'll see in that version is much easier administration.

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds