I liked this: How To Find Out Your Computer’s IP Address

I have received two emails in the past week from users who asked me for an easy way of finding their computer’s IP address. Instead of replying to each user individually I made the decision to write it up here on Ghacks so that other users who were wondering about the same thing could benefit from it as well.

It first needs to be mentioned that your computer may have multiple IP addresses. That’s the case for instance if you are currently connected to the Internet (which you may be since you are reading this text here) or if you have multiple network cards installed.

Each network card on your computer has a local IP address assigned to it. Plus, you get an IP address assigned to your computer whenever you connect to the Internet. The local IP address is only visible in the local network, for instance if a second computer in the network wants to communicate with yours. The Internet IP address on the other hand is often temporarily assigned, especially if you are on dial-up, DSL or cable.

Both local and Internet IP addresses look similar, each with four numbers separated by three dots. The core difference is that local IP addresses can only be accessed locally.

The easiest way to find out about your computer’s IP addresses is to use the ipconfig tool. Start the Windows command line with the hotkey Windows-r, typing cmd and the enter key.

Type ipconfig, or ipconfig /all for a detailed listing.

local-ip-address

  • IPv4 Address: This is the local IP address of the network card
  • Default Gateway: This is the local IP of a router or other device that is used for connections (for instance to the Internet).

You cannot display the IP address that your computer has received from the ISP this way though. To find out my computer’s IP address I open http://www.ghacks.net/ip/ in a web browser of choice.

ghacks ip look-up

Your IP address will be shown to you along with the port and browser information. And that’s how you look up your computer’s IP address.


© Martin Brinkmann for gHacks Technology News | Latest Tech News, Software And Tutorials, 2011. | Permalink |
Add to del.icio.us, digg, facebook, reddit, twitter
Post tags: , , , ,

posted on gHacks Technology News | Latest Tech News, Software And Tutorials: http://www.ghacks.net/2011/08/29/how-to-find-out-your-computers-ip-address/

You must log in to post a comment.