Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do i find the ip......

Status
Not open for further replies.

khanza

Technical User
Feb 20, 2003
70
US
How do i find the ip of a website? Is there an easy solution?

-=Alex=-
 
nope i want to know the ip of the server hosting a website... say google or something.

-=Alex=-
 
Go to the command prompt and 'ping' the server you are after:

[tt]
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>ping
Pinging [216.239.33.99] with 32 bytes of data:

Reply from 216.239.33.99: bytes=32 time=201ms TTL=49
Request timed out.
Reply from 216.239.33.99: bytes=32 time=200ms TTL=49
Reply from 216.239.33.99: bytes=32 time=200ms TTL=49

Ping statistics for 216.239.33.99:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 200ms, Maximum = 201ms, Average = 150ms

C:\>
[/tt]

So you just need to type [tt]ping www.someserver.com[/tt] and the ping command should automatically resolve the host name to an IP address for you. In this case, the IP address for is 216.239.33.99
 
Just to add, to do the opposite, (find out who an IP belongs to) you can go to and type in the IP address to get domain registrant and contact information. If it is under the umbrella of another registrar they will point you to it as well.
 
If you guys run linux too you can use the nslookup, dig, or host commands. One of them is being depreciated and I cant remember which. Hope this helps too!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top