network:dnssec

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
network:dnssec [2017/07/21 16:10] erreur32network:dnssec [2022/11/08 16:43] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<markdown>
 +# Tester son DNSSEC 
 +
 +> dig test.dnssec-or-not.net TXT
 +
 +[link](http://wiki.debian.org/DNSSEC)
 +</markdown>
 +
 +--> Link à "digger" via console:   http://test.dnssec-or-not.net/  
 + 
 +
 +===== EXEMPLE =====
 +
 +
 +<code bash>$ dig test.dnssec-or-not.net TXT
 +
 +
 +; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> test.dnssec-or-not.net TXT
 +;; global options: +cmd
 +;; Got answer:
 +;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22291
 +;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 2
 +
 +;; QUESTION SECTION:
 +;test.dnssec-or-not.net.                IN      TXT
 +
 +;; ANSWER SECTION:
 +test.dnssec-or-not.net. 60      IN      CNAME   test.d29610433024ffc2.dnssec-or-not.net.
 +test.d29610433024ffc2.dnssec-or-not.net. 60 IN CNAME test.x.d29610433024ffc2.dnssec-or-not.net.
 +test.x.d29610433024ffc2.dnssec-or-not.net. 60 IN CNAME test.x.x.d29610433024ffc2.dnssec-or-not.net.
 +test.x.x.d29610433024ffc2.dnssec-or-not.net. 60 IN TXT "Yes, you are using DNSSEC"
 +
 +;; AUTHORITY SECTION:
 +x.x.d29610433024ffc2.dnssec-or-not.net. 60 IN NS ns1.x.x.d29610433024ffc2.dnssec-or-not.net.
 +x.x.d29610433024ffc2.dnssec-or-not.net. 60 IN NS ns0.x.x.d29610433024ffc2.dnssec-or-not.net.
 +
 +;; ADDITIONAL SECTION:
 +ns0.x.x.d29610433024ffc2.dnssec-or-not.net. 60 IN A 72.13.58.79
 +ns1.x.x.d29610433024ffc2.dnssec-or-not.net. 60 IN A 72.13.58.99
 +
 +;; Query time: 2105 msec
 +;; SERVER: 127.0.0.1#53(127.0.0.1)
 +;; WHEN: Sat Jun  1 22:58:18 2013
 +;; MSG SIZE  rcvd: 224 
 +
 +  
 +</code>
 + 
 +
 +{{tag>dns dnssec debian secu ip}}