Hostname to IP

Get IP address for a hostname


Hostname to IP

Find  the IP address associated with a specific hostname using our online "Hostname to IP" lookup tool. Simply enter the desired domain name or hostname into the dedicated  field at the top of the page and click the "Get IP" button to obtain the result. This tool performs a forward DNS lookup, querying the DNS system to find the IP address linked to the specified hostname.

Command Line DNS Lookup Tools

If you prefer using command-line interfaces for DNS queries, various tools are available:

Linux

  • dig command:
    • IPv4 Lookup:  dig +short <hostname>
    • IPv6 Lookup:  dig +short AAAA <hostname>
  • host command:
    • IPv4 Lookup:  host <hostname>
    • IPv6 Lookup:  host -t AAAA <hostname>


Windows

  • nslookup command:
    • IPv4 Lookup:  nslookup <hostname>
    • IPv6 Lookup:  nslookup -q=AAAA <hostname>
  • ping command (implicitly performs DNS resolution): 
    • IPv4 Lookup:  ping -4 <hostname>
    • IPv6 Lookup:  ping -6 <hostname>


To obtain more information about an IP address, including geolocation data, use our IP Information lookup tool.

Contact

Missing something?

Feel free to request missing tools or give some feedback using our contact form.

Contact Us