DNS » Historique » Version 9
« Précédent -
Version 9/53
(diff) -
Suivant » -
Version actuelle
Mehdi Abaakouk, 04/04/2012 08:32
DNS¶
Voir aussi DNSSEC
- Alternatives a bind9 ?
- Comment migrer ces zones ?
- Peut-on utiliser plusieurs implémentations DNS de manière synchronisée en même temps ?
- Comment faire de l'anycast ?
- Partager ces services avec d'autres structures ?
Astuces¶
sileht: dig sur bind permets de recuperer le vrai hostname de la machine interrogée :
dig @sileht.net hostname.bind txt ch
pour detecter DNS load balancé: for j in $(seq 0 20) ; do dig @a.dns.gandi.net hostname.bind txt ch +short ; done
https://lists.dns-oarc.net/pipermail/dns-operations/2011-December/007857.html
FYI: here's a pcap filter that will match only UDP DNS ANY queries: udp and dst port 53 and udp[10]&0xf8=0 and udp[12:4]=65536 and udp[16:4]=0 and udp[udp[4:2]-3]=255 It only works for IPv4 (that's a pcap limitation).
Misc¶
- root zone http://www.internic.net/zones/named.root
- dig @dns.example.com example.com -t AXFR
- https://www.dns-oarc.net/wiki/mitigating-dns-denial-of-service-attacks *
Délégation de zone¶
Exemple de délégation du domaine toto.tetaneutral.net à la machine 91.224.149.XX (peut importe sont vrai nom)
$ORIGIN toto.tetaneutral.net. @ IN NS ns.toto.tetaneutral.net ns IN A 91.224.149.XX ns IN AAAA 2a01:6600:8081:XX00::1