Thursday, March 12, 2020

How to Identify Network Hardware IP Addresses on a Local Network

Determine the IP Addresses of the Network Hardware on Your Network


Before you begin, find the default gateway IP address for your computer's network connection. In most situations, this is the private IP address for the router, the most external point on a local network.

Next, use the router's IP address in the following steps to determine the IP addresses of the devices that sit between the computer and the router on your local network.

The router's IP address in this context is its private, not public IP address. The public, or external IP address, interfaces with networks outside of your own, and isn't applicable here.

1. Open Command Prompt. In modern versions of Windows, search for cmd from the Start screen or Start menu. Use the Run dialog box (WIN+R) in any version of Windows.


2. At the prompt, execute the tracert command as tracert 192.168.1.1, then press Enter. The tracert command shows every hop along the way to your router. Each hop represents a network device between the computer on which you're running the tracert command and the router.

Replace 192.168.1.1 with your router's IP address, which may or may not be the same as this example IP address.



3. When the command is complete, and the prompt appears, a message similar to Tracing route to 192.168.1.1 over a maximum of 30 hops displays with a separate line for each piece of hardware sitting between your computer and the router.

For example, the first line might read:

1 <1 ms <1 ms <1 ms nameofdevice [192.168.86.1]

The second line could say:

2  1 ms <1 ms <1 ms 192.168.1.1

IP addresses that appear before the router's IP is a piece of network hardware sitting between your computer and the router.

If you see more than one IP address before the router's IP address, there's more than one network device between your computer and the router.

If you see only the router's IP address, you don't have any managed network hardware between your computer and the router, though you might have simple devices like hubs and unmanaged switches.

4. Match the IP addresses with the hardware in your network. This shouldn't be difficult as long as you're aware of the physical devices that are a part of your network, like switches and access points.

Devices that sit at the endpoint of the network, like other computers, wireless printers, and wireless-enabled smartphones, don't show up in tracert results because these devices don't sit between your computer and the destination—the router in this example.

The tracert command returns hops in the order found. This means that a device with the IP address of 192.168.86.1 physically sits between the computer you are using and the next device, which is the router.


5. You now know the IP addresses of your network hardware.

This simple method to identify the IP addresses of the hardware in your local network requires basic knowledge of the hardware you installed. Because of that, it's likely to provide clear information about your IP addresses only on simple networks like the kind found in a home or small business.