Find ip using command prompt

But when i entered that IP to web browser, it tool me to a website that was not mine. Hows this possible? Reply 3 years ago. Well, IP address is just not sufficient to route to your website.

Need to Contact Support?

The server which has the above address holds many websites as that of yours. Thus, it just displays the default page instead of your webpage. By thermoelectric Follow. More by the author:. About: I am a high school student in Cairns, Queensland. Add Teacher Note. Did you make this project? Share it with us! I Made It! Internet of Things Class. SamadhanS2 Question 3 months ago on Introduction.

Answer Upvote. RobertoH37 1 year ago. Reply Upvote. Thank you instructables!

The Command-Line in Windows XP- TCP/IP and Networking Tools

So my question is, what could be the problem now since it was working fine before? AprylinA2 Question 1 year ago on Step 2. Thanks for your help! WarlordK jlaw6 Reply 2 years ago. AdamH msahar1 Reply 3 years ago. RobertN AdamH Reply 3 years ago. You need to eb a network admin and be on the 1dollarwebhosting network. DraguViX 3 years ago. All of the tools are run by opening a Command window and entering the appropriate command.


  1. background care check criminal health worker!
  2. Determine IP Address and Static or Dynamic.
  3. 5 Ways to Find the IP Address of Your PC - wikiHow.
  4. Step 1: Find the IP Address.

Go to Start-Run or Start search and enter "cmd" to open a Command window. If you are on a local area network using a router, the information is different.

Find the IP Address of a Website Using Command Prompt

You do not obtain the IP corresponding to the network's address on the Internet. The IP given is the local address on the network. This information can be helpful in diagnosing network problems. Also listed is the "gateway" or router address on the local network. The figure below illustrates the result. There are also a variety of switches for ipconfig that add functions. These are shown in the figure below. The switches of most interest to everyday use are " release " and " renew ". Note that IP addresses are typically assigned or "leased" for a period of time, often a day or more.

It sometimes happens that IP addresses are no longer valid or are in conflict. Problems can often be solved by first releasing the IP address and then renewing it.

Sometimes cable or DSL modems that seem to be disabled can be restored this way. If you travel and use broadband connections elsewhere, you will often find this procedure of releasing and renewing the IP address to be necessary. Unless you are experienced with networks, however, this may be more than you want to know. The switches " flushdns " and " displaydns " are are also sometimes useful in everyday use and they are discussed on another page at a sister site.

Ping is an old Unix tool that has been around for a long time but many PC users are unfamiliar with the Windows version. Ping sends out a packet to a designated internet host or network computer and measures its response time. The target computer will return hopefully a signal. It is a way of determining the quality of your connection to another site.

For example to ping Dell, enter: ping dell. Many sites also do not require "www".

How To Trace IP Address And Find The Location Using Command Prompt (cmd) 2015 October 16

By convention, 32 byte packets will be transmitted four times. You will receive a screen output that looks like:. The screen tells me that the IP for dell. This can change. It also tells me that the average round trip time for a packet was 69 milliseconds, which means I have a good connection to dell. Long reply times of several hundred milliseconds are indicative of a slow connection. Note that some major sites such as microsoft.

Step 2: Tracing the IP Address

In that case you will get a "Request timed out" message. In addition to being used on the Internet, Ping is often used to test connections on local networks. More details can be found in this Microsoft article. Tracert traceroute is another old tool borrowed from Unix.