no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


host [2015/08/06 20:46] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== host ======
  
 +  * [[Networking]]
 +  * [[DNS]]
 +
 +The ''host'' command is designed to do lookups through the DNS server.  It doesn't use ''/etc/hosts'' to resolve names.
 +
 +== Display lookup details ==
 +
 +This will display which DNS server it is querying.
 +
 +<code>
 +host -v beandog.org
 +</code>
 +
 +== Reverse lookup ==
 +
 +Find the hostname of an IP address.
 +
 +<code>
 +host 192.168.13.3
 +</code>

Navigation
QR Code
QR Code host (generated for current page)