• [^] # Re: XName DNS

    Posté par . En réponse au message Gérer un nom de domaine avec XName. Évalué à 1.

    En effet, je me suis trompé pour la dernière commande. J'ai aussi essayé sur tous les serveurs XName mais le résultat reste le même. Pourtant,

    $ dig example.net ns
    ; <<>> DiG 9.7.3-RedHat-9.7.3-1.fc14 <<>> example.net ns
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3315
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3
    ;; QUESTION SECTION:
    ;example.net.			IN	NS
    ;; ANSWER SECTION:
    example.net.		170120	IN	NS	ns1.xname.org.
    example.net.		170120	IN	NS	ns2.xname.org.
    example.net.		170120	IN	NS	ns0.xname.org.
    ;; ADDITIONAL SECTION:
    ns0.xname.org.		86380	IN	A	195.234.42.1
    ns1.xname.org.		86380	IN	A	87.98.164.164
    ns2.xname.org.		86380	IN	A	88.191.64.64
    ;; Query time: 36 msec
    ;; SERVER: 212.27.40.240#53(212.27.40.240)
    ;; WHEN: Tue Mar 8 12:11:02 2011
    ;; MSG SIZE rcvd: 141
    

    mais,

    $ dig example.net a
    ; <<>> DiG 9.7.3-RedHat-9.7.3-1.fc14 <<>> example.net a
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 15905
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;example.net.			IN	A
    ;; Query time: 72 msec
    ;; SERVER: 212.27.40.240#53(212.27.40.240)
    ;; WHEN: Tue Mar 8 13:30:47 2011
    ;; MSG SIZE rcvd: 30