DNS: Difference between revisions

From DWIKI
m (created FAQ)
mNo edit summary
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Links==
=Links=
*[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]
*[http://www.dnsreport.com DNS Check]
*[http://www.dnsreport.com DNS Check]
*http://www.dns.net/dnsrd/
*http://www.dns.net/dnsrd/
*[http://www.madboa.com/geek/dig/ Dig HOWTO]
*[http://www.madboa.com/geek/dig/ Dig HOWTO]
*[http://www.dns.net/dnsrd/trick.html DNS tips&tricks]
*[https://www.dns-oarc.net/oarc/services/dnsentropy]
*[https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns Configuring reverse dns]


==Software==
=Software=


===BIND===
==BIND==
*[http://www.vix.com/isc/bind/ Bind homepage]
*[http://www.vix.com/isc/bind/ Bind homepage]


===Maradns===
==Maradns==
A nice caching DNS.
A nice caching DNS.
*http://www.maradns.org/
*http://www.maradns.org/


==FAQ==
=FAQ=
Get hints file:
==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
==Wildcard record==
;seems unwise to use CNAMES for this
@ IN A 10.0.0.1
* IN A 10.0.0.1
==DNS amplification test==
dig +short +tries=1 +time=2 test.openresolver.com TXT @$ip
=Terms=
==Soa==
Start Of Authority

Revision as of 17:00, 4 September 2017

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


DNS amplification test

dig +short +tries=1 +time=2 test.openresolver.com TXT @$ip

Terms

Soa

Start Of Authority