DNS: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Links= | |||
*[http://www.oreilly.com/catalog/dns4/toc.html The O'Reilly Bind Book] | *[http://www.oreilly.com/catalog/dns4/toc.html The O'Reilly Bind Book] | ||
*[http://en.tldp.org/HOWTO/DNS-HOWTO.html DNS Howto] | *[http://en.tldp.org/HOWTO/DNS-HOWTO.html DNS Howto] | ||
Line 7: | Line 7: | ||
*[http://www.dns.net/dnsrd/trick.html DNS tips&tricks] | *[http://www.dns.net/dnsrd/trick.html DNS tips&tricks] | ||
=Software= | |||
==BIND== | |||
*[http://www.vix.com/isc/bind/ Bind homepage] | *[http://www.vix.com/isc/bind/ Bind homepage] | ||
==Maradns== | |||
A nice caching DNS. | A nice caching DNS. | ||
*http://www.maradns.org/ | *http://www.maradns.org/ | ||
=FAQ= | |||
==Get hints file== | |||
dig @m.root-servers.net. ns . | dig @m.root-servers.net. ns . | ||
==Find server handling reverse== | |||
dig -x 10.11.12.13 | dig -x 10.11.12.13 | ||
==Wildcard record== | |||
;seems unwise to use CNAMES for this | ;seems unwise to use CNAMES for this | ||
@ IN A 10.0.0.1 | @ IN A 10.0.0.1 | ||
Line 29: | Line 29: | ||
=Terms | =Terms= | ||
==Soa== | ==Soa== | ||
Start Of Authority | Start Of Authority |
Revision as of 09:57, 27 June 2008
Links
Software
BIND
Maradns
A nice caching DNS.
FAQ
Get hints file
dig @m.root-servers.net. ns .
Find server handling reverse
dig -x 10.11.12.13
Wildcard record
;seems unwise to use CNAMES for this @ IN A 10.0.0.1 * IN A 10.0.0.1
Terms
Soa
Start Of Authority