J
Jason B
how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)
DNS (http:\\www.msn.com)
how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)
"Jason B" said:how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)
-----Original Message-----
how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)
If you know a web site's name and want to see its IP address, open a
command prompt window and ping the site (leaving off the http://).
For example, I just entered:
ping www.msn.com
and it produced the output:
Pinging www.msn.com [207.68.172.234] with 32 bytes of data:
Notes:
1. Some web sites don't reply to pings, so the request will time out.
2. Some web sites have multiple IP addresses, so you might get a
different one each time you ping the site. Leaving off the "www."
might produce a more consistent result. For example:
ping msn.com
produces:
Pinging msn.com [207.68.172.246] with 32 bytes of data:
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)
Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.
Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
.
"jason b" said:how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)
If you know a web site's name and want to see its IP address, open a
command prompt window and ping the site (leaving off the http://).
For example, I just entered:
ping www.msn.com
and it produced the output:
Pinging www.msn.com [207.68.172.234] with 32 bytes of data:
All I get is:
C:\Documents and Settings\student>ping www.msn.com
Ping request could not find host www.msn.com. Please
check the name and try again.