IP adress

  • Thread starter Thread starter Jason B
  • Start date Start date
how can i see a websites IP (ie 123.123.123.123) and not
DNS (http:\\www.msn.com)


Are you asking how to format http://123.123.123.123/ or are you saying DNS
does not work?

If the latter there are several possibilities:
You have not specified a DNS server in your network settings
The DNS server specified is incorrect
The DNS server is down
 
"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:

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
 
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 agai
n.

C:\Documents and Settings\student>ping msn.com
Ping request could not find host msn.com. Please check
the name and try again.

C:\Documents and Settings\student>cd C:\

C:\>ping www.msn.com
Ping request could not find host www.msn.com. Please
check the name and try agai
n.

C:\>ping www.yahoo.com
Ping request could not find host www.yahoo.com. Please
check the name and try ag
ain.
-----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.

That error message means that your computer wasn't able to translate
the name "www.msn.com" to its IP address. That indicates a problem
with DNS name resolution. Check the DNS server addresses for your
Internet connection.
--
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
 
Back
Top