DNS: Difference between revisions

From DWIKI
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
==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://www.dnsreport.com DNS Check]
*http://www.dns.net/dnsrd/
*[http://www.madboa.com/geek/dig/ Dig HOWTO]
*[http://www.dns.net/dnsrd/trick.html DNS tips&tricks]


==Software==
= Links =


===BIND===
*[http://www.oreilly.com/catalog/dns4/toc.html The O'Reilly Bind Book]
*[http://www.vix.com/isc/bind/ Bind homepage]
*[http://en.tldp.org/HOWTO/DNS-HOWTO.html DNS Howto]
*[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.dns.net/dnsrd/trick.html DNS tips&tricks]
*[https://www.dns-oarc.net/oarc/services/dnsentropy DNS entropy]
*[https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns Configuring reverse dns]
*[https://docstore.mik.ua/orelly/networking_2ndEd/dns/ch09_04.htm DNS subdomains]
*[https://dnsinstitute.com/documentation/dnssec-guide/ch03s05.html What's EDNS All About (And Why Should I Care)?]
 
==DNS chcecks==
*[http://www.webdnstools.com/dnstools/domain_check Domain Check]
*[https://mxtoolbox.com/dnscheck.aspx mtoolbox dns check]
*[https://dnsviz.net/ dnviz]
 
=Documentation=
==Zone files==
*[https://arstechnica.com/gadgets/2020/08/understanding-dns-anatomy-of-a-bind-zone-file/ Anatomy of a bind zone file]
==Glue records==
*[https://ns1.com/blog/glue-records-and-dedicated-dns Glue Records and Dedicated DNS]
 
= Software =
 
== BIND ==
 
*[http://www.vix.com/isc/bind/ Bind homepage]  
 
== Maradns ==


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


==FAQ==
*[http://www.maradns.org/ http://www.maradns.org/]
===Get hints file===
 
= Tools =
==dnstop==
Show what is being looked up
dnstop -l 3 eth0
and then hit '''3'''
*[[Dig]]
*dnsping
*dnsdiag
*[https://dnsviz.net dnzviz]
 
= FAQ =
 
== Get hints file ==
 
  dig @m.root-servers.net. ns .
  dig @m.root-servers.net. ns .


===Find server handling reverse===
== Find server handling reverse ==
 
  dig -x 10.11.12.13
  dig -x 10.11.12.13


===Wildcard record===
== 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
  * 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
==Local NS list does not match Parent NS list==
Probably a slave/secundary server out of sync
= Terms =
== SOA ==
Start Of Authority
     
*[https://bobcares.com/blog/understanding-soa-records/ Understanding SOA records]
[[Category:Networking]]

Latest revision as of 13:03, 28 February 2024

Links

DNS chcecks

Documentation

Zone files

Glue records

Software

BIND

Maradns

A nice caching DNS.

Tools

dnstop

Show what is being looked up

dnstop -l 3 eth0

and then hit 3

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


Local NS list does not match Parent NS list

Probably a slave/secundary server out of sync

Terms

SOA

Start Of Authority