Topic: Networking

Tutorial: Two Ways to Lookup Your Own IP Address

What is an IP address?

An IP (Internet Protocol) address is a unique address within a network used by devices to communicate with other devices within the network. Computers, printers, routers, and network hard drives are examples of devices that could have an IP address within a network.

IP addresses are generally assigned according to country and internet provider. There are also some specially reserved IP addresses or IP ranges that are universally understood:

  • Local Machine IP – The IP address 127.0.0.1 (localhost) is always synonymous with the local machine. This IP address is valid only within the local machine environment, as every computer is its own “localhost”.
  • Private Network IP’s – The IP ranges 192.168.0.1-192.168.0.254, 10.0.0.0–10.255.255.255 and 172.16.0.0–172.31.255.255 are reserved for private internal networks, such as a home networks or corporate intranets. These IP addresses are only valid within the local network and cannot be used if, for instance, a user wanted to connect to another user over the internet. Thus, it is typical for a computer to have an IP address for the local network (e.g. 10.1.2.1) and an IP address visible to the Internet (e.g. 65.34.24.24), which is itself one large network.

For the purpose of this tutorial, private network IP’s will be referred to as internal IP’s while internet-accessible IP’s will be referred to as external IP’s.

Why would I need to know my IP address?

  1. Network gaming [internal or external]
  2. Running a private server (e.g. FTP, HTTP) [internal or external]
  3. Windows file sharing within an home network [internal]
  4. … and any time another computer or service needs to identify your machine for commication or software deployment

Continue »

Popularity: 10% [?]

Hamachi Patch for AOE 3 (all versions) and AOM

It was some time ago I wrote the original tutorial on how to make Age of Empires 3 work with a freeware Virtual Private Networking (VPN) program called Hamachi. There have been many questions about where to find the AOE3VPN.exe patch referenced in the tutorial, with some readers were to find it from the supplied Google search bar.

The good news is that a much-improved patch is available from Crea-Doo Continue »

Popularity: 100% [?]