DNS management software

From Wikipedia, the free encyclopedia

DNS management software is computer software that controls Domain Name System (DNS) server clusters. DNS data is typically deployed on multiple physical servers. The main purposes of DNS management software are:

  • to reduce human error when editing complex and repetitive DNS data
  • to reduce the effort required to edit DNS data
  • to validate DNS data before it is published to the DNS servers
  • to automate the distribution of DNS data

The rapid expansion of the internet in the mid-1990s exposed the limitations of manual DNS management. Between 1995 and mid-1997, the number of registered domains grew from 70,000[1] to over 1.3 million.[2] Early administration relied on the BIND software, where registration was often handled via email[3] and zone files were edited manually using text editors. As hosting providers began managing hundreds of thousands of zones,[4] several critical inefficiencies emerged:

  • Manual Error & Server Downtime: Syntax errors in manually edited zone files could cause BIND to fail during reloads, leading to service outages.
  • Scalability Bottlenecks: On contemporary hardware, full BIND reloads for large datasets could take several hours.
  • Propagation Delays: The combination of manual edits and slow processing often resulted in DNS changes taking more than 24 hours to propagate across the network.

To address these hurdles, administrators first developed in-house Perl and Shell scripts for automation. This eventually led to the birth of dedicated DNS management software, designed to provide data validation, reduce human error, and automate distribution across server clusters.

DNS and databases

While struggling with the challenges of editing zone files, more than a few sysadmins noticed that SQL is a terrific place to store DNS data. By moving the Single Source of Truth from text files into SQL, DNS data could be validated and constrained before acceptance into the database. Export scripts could convert the SQL to zone files. Rsync could replace named-xfer for distribution, increasing security and reducing propagation time. Among large hosting providers, it became fashionable to store DNS data in SQL and build a custom interface for managing it. mysqlBind is one such DNS manager. It provides a web interface for data input and exports the data to BIND zone files.

In 2000, Daniel J. Bernstein released Djbdns. One of the novel features was that tinydns, the included authoritative DNS server, served DNS directly from a CDB database. The cdb had to be compiled from a plain text file whose format was designed to be edited by scripts. Tinydns quickly became the second most popular DNS server[5] and a number of DNS managers were released for it, including: VegaDNS, SuaveDNS, and NicTool.

In 2005, PowerDNS was released. One of its features was the ability to serve DNS data directly out of the SQL database, bypassing the export step entirely. PowerDNS also spawned a number of DNS managers that provide web interfaces to its SQL data store.

DDNS

Using the RFC2136 DDNS update protocol, it is possible to change DNS zones without accessing the zone files. Management tools known to work that way are Admin4 and NicTool via its nsupdate[6] export mechanism.

Service providers

DNS service providers often deploy different types of DNS servers in their networks. In addition, different answers may be provided to DNS clients based on the clients' geographic location, as determined by their IP address (GeoIP). The most practical way to manage such critical Internet infrastructure has been to rely on databases and complex DNS management software to ensure homogeneity and avoid single points of deployment errors.

DNS management software comparison

FeatureNicToolVegaDNSmysqlBindWebminAdmin4Microsoft DNSSuaveDNSXnamednsadminfmDNS Micetro
LanguagePerl & JSPHPCPerlPythonCPHP & PerlPHP & PerlCPHP & JS C++
DatabaseMySQLMySQLMySQLflat files-flat files or
Active Directory
MySQLMySQLMySQLMySQL SQLite, MS SQL, PostgreSQL
Delegated PermissionsYes3 groupsYesNoNoNoNoNoNoYes Yes
Open SourceYes[7]YesYesYesYesNoNoNoNoYes No
Latest Release2017201620162017201620122003200520032021 2021

DNS server support

NameNicToolEfficientIPVegaDNSmysqlBindWebminAdmin4Microsoft
DNS Manager
fmDNSInfoblox Micetro
BINDYesYesNoYesYesYesNoYes No
tinydnsYesNoYesNoNoNoNoNo No
PowerDNSYesNoNoNoNo?NoNo No
MaraDNSYesNoNoNoNo?NoNo No
NSDYesYesNoNoNo?NoNo No
Microsoft
DNS Server
NoYesNoNoNoNoYesNo No
InfobloxNoNoNoNoNoNoNoNo Yes
EfficientIPNoYesNoNoNoNoYesNo Yes

BIND zone file format

The BIND zone file format is a widely used industry standard documented in RFC 1035. Several other DNS servers, including PowerDNS, NSD, Knot DNS, Microsoft DNS Server, and Micetro by MEn&Mice have the ability to read BIND zone files and serve from them.

Resource record types supported

NameNicToolVegaDNSmysqlBindWebminAdmin4Microsoft DNS ManagerProBINDfmDNS Micetro
A,NS,SOA,PTRYesYesYesYesYesYesYesYes Yes
MX,TXT,CNAMEYesYesYesYesYesYesYesYes Yes
KEYNoNoNoYesYesYesNoYes Yes
AAAAYesYesYesYesYesYesNoYes Yes
LOCYesNoNoYesYesNoNoNo Yes
SRVYesYesYesYesYesYesYesYes Yes
NAPTRYesNoYesNoYesYesNoYes Yes
SSHFPYesNoNoNoYesNoNoYes Yes
RRSIGYesNoNoNoYesYesNoNo Yes
NSECYesNoNoNoYesYesNoNo Yes
DNSKEYYesNoNoNoYesYesNoYes Yes
DSYesNoNoNoYesYesNoYes Yes
NSEC3YesNoNoNoYesYesNoNo Yes
NSEC3PARAMYesNoNoNoYesYesNoNo Yes
IPSECKEYYesNoNo?Yes??No Yes
DNAMEYesNoNo?YesYes?Yes Yes
SPFYesNoNoYesYesNoNoYes Yes
  • Microsoft DNS manager supports DNSSEC from Windows Server 2012 onwards. Some of the DNSSEC records can not be directly added but are generated during zone signing and managed as such.

DNS software homogeneity

See also

References

Related Articles

Wikiwand AI