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 '' | ||
| + | |||
| + | == Display lookup details == | ||
| + | |||
| + | This will display which DNS server it is querying. | ||
| + | |||
| + | < | ||
| + | host -v beandog.org | ||
| + | </ | ||
| + | |||
| + | == Reverse lookup == | ||
| + | |||
| + | Find the hostname of an IP address. | ||
| + | |||
| + | < | ||
| + | host 192.168.13.3 | ||
| + | </ | ||