Difference between revisions of "Host"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 12: | Line 12: | ||
* [[dig]] | * [[dig]] | ||
* [http://man-wiki.net/index.php/1:host dig's man page] | * [http://man-wiki.net/index.php/1:host dig's man page] | ||
+ | |||
+ | [[Category:Networking|Commands]] |
Revision as of 09:40, 20 April 2014
The command host allows you to find out an IP address from a host name and the other way round:
# host www.staerk.de www.staerk.de has address 92.51.132.237
# host 8.8.8.8 8.8.8.8.in-addr.arpa domain name pointer google-public-dns-a.google.com.
If you want to query different mail servers or query for the domain's mail server (the "MX record"), use the command dig.