Domain Name System

From KevinWiki

Jump to: navigation, search


DNS Utils

dig

-To use dig, install dnsutils package

$ apt-get install dnsutils

-To use the given server to lookup the domain.

$ dig @<DNS server ip> <domain>

e.g)
$ dig @192.168.0.11 mydomain.com
Personal tools