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
- Click on Start -> cmd in search or type in open command prompt
- 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
- Open up Terminal
- Once the terminal window opens, type in the following command
ping your domain.com
Where your domain is the actual domain name