Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JustinMason] breaking out new sections for djbdns and rbldnsd, for later expansion

...

The standard solution is to install a local caching nameserver to cache repeated DNS requests. This will significantly reduce network traffic due to DNS lookups. This improves system efficiency.

Installing BIND As A Caching Nameserver

Wiki Markup
This pagesection describes installing \[http://www.isc.org BIND\] (Berkeley Internet Name Daemon) in a caching configuration on the system.  BIND is the standard nameserver in use on the Internet today.  More internet servers run BIND than any other nameserver daemon.  There are also other alternative DNS nameservers in common use. Here are a few. 

...

.

...

 

...

...

\[http://www.corpit.ru/mjt/rbldnsd.html rbldnsd\] is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package.  The \[http://www.surbl.org/dnscache-rbldnsd.html rbldnsd FAQ\] at surbl.org.
\\

Debian GNU/Linux

Wiki Markup
The \[http://www.debian.org Debian\] system uses APT (Advanced Package Tool) to manage the system.  The following commands will install BIND (Berkeley Internet Name Daemon) version 9 on the system.

...

No Format
yum install caching-nameserver
chkconfig named on
service named start

Installing djbdns As A Caching Nameserver

Wiki Markup
\[http://cr.yp.to/djbdns.html djbdns\] / \[http://tinydns.org/ tinydns\] is D. J. Bernstein's DNS daemon.   If you have a good guide to the commands required to install this on a typical system, please edit this page and fill out this section.

Installing djbdns As A Caching Nameserver

Wiki Markup
\[http://www.corpit.ru/mjt/rbldnsd.html rbldnsd\] is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package.  The \[http://www.surbl.org/dnscache-rbldnsd.html rbldnsd FAQ\] at surbl.org.

If you have a good guide to the commands required to install this on a typical system, please edit this page and fill out this section.

Setting up the system to use the Caching Nameserver

GNU C library configuration

...