Domain Name System

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(New page: Category:Network ==DNS Utils== ===dig=== -To use dig, install <code>dnsutils</code> package $ apt-get install dnsutils -To use the given server to lookup the domain. $ dig @<DNS se...)

Latest revision as of 05:52, 29 September 2008


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