O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
The following excerpt from DNS and BIND on IPv6 offers a practical look at adopting IPv6 and how you'd set up a Dynamic Resolver to work with it.IPv6 supports several methods for dynamically confi...
The exhaustion of the IPv4 address space wasn’t unexpected, of course. The Internet Engineering Task Force (IETF) developed IP version 6 in the 1990s largely in anticipation of this day. Likewise, t...
Answered by zerosvsones : Jun 30 2010 02:43 AM
You can even choose which zones will be transferred using TSIG keys, and which not. You can setup ext and int views as well. My "5 cents" on how I use TSIG with RHEL/CentOS in rootjail is he... full answer >
Find the log messages from the most
recent restart or reload of the name server, reloading again if
necessary. Then
look for a message indicating the line of the zone data file that
contains t...
If you suspect you have a syntax error in
named.conf, check the name
server's syslog output to see
if named logged any error messages the last time
you started or reloaded it. Look for a message l...
On a BIND resolver, configure
a search list by adding a search directive to
the resolv.conf file. You can specify up to six
domain names as arguments to the search
directive, in the order in which...
On a host running a BIND resolver, add a
nameserver directive to the
resolv.conf file. The
resolv.conf file (note that
there's no "e" on
the end of "resolv") usually lives
in the /etc directory;...
If you want to allow your Active
Directory Domain Controllers to register their SRV records using
dynamic update, make note that there are a number of
different solutions to this pr...
If you
want to restrict the queries a name server answers, use the allow-query
substatement to restrict the queries to which the name
server responds. allow-query can be used as
...