How to find out the IP of my domain using ping command.


The ping command is a very useful tool to find out the IP address your local system is currently resolving the domain to.

To run the ping command in Windows

  1. Click on Start -> cmd in search or type in open command prompt
  2. Once the command prompt opens, type in the following command
ping yourdomain.com

Where your domain is the actual domain name

To run the ping command in Mac OS X

  1. Open up Terminal
  2. Once the terminal window opens, type in the following command
ping your domain.com

Where your domain is the actual domain name