Difference between revisions of "Testing bind server configuration"
From Notes_Wiki
(Created page with "=Testing bind server configuration= ==Checking response times== One of the parameters that can be tested for DNS servers is response time. We can use command: <pre> dig @<na...") |
m |
||
Line 8: | Line 8: | ||
</pre> | </pre> | ||
command to see how fast a given nameserver is able to resolve queried domain. | command to see how fast a given nameserver is able to resolve queried domain. | ||
Back to [[Bind DNS server configuration]] |
Revision as of 23:18, 17 November 2012
Testing bind server configuration
Checking response times
One of the parameters that can be tested for DNS servers is response time. We can use command:
dig @<nameserver_IP> <test_domain> | grep time
command to see how fast a given nameserver is able to resolve queried domain.
Back to Bind DNS server configuration