DT-VALIDATE(1) User Commands DT-VALIDATE(1)

dt-validate - Query the Domain Name System and display results of the DNSSEC validation process

dt-validate [options] DOMAIN_NAME

dt-validate is a diagnostic tool built on top of the DNSSEC validator. It takes DOMAIN_NAME as an argument and queries the DNS for that domain name. It outputs the series of responses that were received from the DNS and the DNSSEC validation results for each domain name. An examination of the queries and validation results can help an administrator uncover errors in DNSSEC configuration of DNS zones.

This option can be used to specify the DNS class of the Resource Record queried. If this option is not given, the default class IN is used.
Display the help and exit.
Print the answers and validation results. By default, dt-validate just outputs a series of responses and their validation results on stderr. When the -p option is used, dt-validate will also output the final result on stdout.
This option can be used to specify the DNS type of the Resource Record queried. If this option is not given, dt-validate will query for the A record for the given DOMAIN_NAME.
This option can be used to specify the location of the dnsval.conf configuration file.
This option can be used to specify the location of the resolv.conf configuration file containing the name servers to use for lookups.
This option can be used to specify the location of the root.hints configuration file, containing the root name servers. This is only used when no name server is found, and dt-validate must do recursive lookups itself.
This option specifies the test suite (or range of test suites) to use for the internal tests.
This option can be used to specify that the application should perform its self tests using names from the configured test-suite.
This option can be used to run a specific test (or range of tests) from the test suite.
This option is used to specify the file containing the test cases.
This option can be used to specify the policy from within the dnsval.conf file to use during validation.
This option can be used to run the queries specified by other flags in a loop, with the specified interval between successive queries.
<debug-level> is 1-7, corresponding to syslog levels ALERT-DEBUG <dest-type> is one of file, net, syslog, stderr, stdout <dest-options> depends on <dest-type>
file:<file-name> (opened in append mode)
net[:<host-name>:<host-port>] (127.0.0.1:1053
syslog[:facility] (0-23 (default 1 USER))

libval

Copyright 2005-2013 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.

Abhijit Hayatnagarkar, Suresh Krishnaswamy, Robert Story

syslog(3)

libval(3)

http://www.dnssec-tools.org

2013-02-27 perl v5.14.3