Find a Website's IP Address using command prompt
by Sanju[ Edit ] 2012-07-14 16:14:04
Find a Website's IP Address using command prompt
Like to know the IP address of a website? There are a few different commands you can use to find it.
Let's use the nslookup command to find the IP address of hiox.com. Just execute
nslookup hiox.com and view the result. Make sure you don't confuse any private IP addresses that also show up in the nslookup results alongside hiox.com's public IP address.
Another way to find a site's IP address is to use the ping command. Execute
ping hiox.com and then look at the IP address between the brackets in the results shown.