How can I find out the ip address of my website? Print

  • 1

You can use a tool called nslookup to find out the ip address that your website / domain name is pointing to.

Windows

Access the windows command prompt and type in the following :

nslookup domain.com

Mac

Access the terminal application and type in the following :

nslookup domain.com

Linux

Access the shell terminal and type the following :

nslookup domain.com


Was this answer helpful?

« Back