|
How To Find the IP Address of a Web Site |
|
|
|
|
Written by Andrew Walding
|
|
Tuesday, 02 November 2010 20:20 |
|
Hi everyone. This relatively easy question came in today:
"How do I find out the IP address of a particular web site?"
The best way we know is to do a START > RUN > enter 'cmd' in the window. This opens the Windows Command line (or DOS prompt for us old timers).
Now type in 'ping www.cellstream.com' replacing www.cellstream.com with the web site you are attempting to find out the IP address of.
The result will be a ping to an IP address received from the DNS server. You will see the IP address displayed, and successful pings, ofcourse.
See my example below where we discover the IP address of www.cellstream.com is 74.220.219.108:

|