How To Scan For Devices on Your Network

Networking
(Image credit: Shutterstock)

Finding a device on your network is an important task. It is wise to keep an eye on what machines are on your network, and what they are doing.

Also knowing the hostname or IP address of a machine means we can remotely connect to it, for example via SSH. If, for example, you have a Raspberry Pi hooked up but can’t remember its name, scanning the network will give you that information.

Latest Videos FromTom's Hardware
Les Pounder
Associate Editor

Les Pounder is an associate editor at Tom's Hardware. He is a creative technologist and for seven years has created projects to educate and inspire minds both young and old. He has worked with the Raspberry Pi Foundation to write and deliver their teacher training program "Picademy".

  • digitalgriffin
    Good article. I use similar techniques to check for devices on my network that don't belong. I've seen unknown devices before and tools like this, as well as range finder, help me find such said devices.
    Reply
  • little_me
    could have mentioned that in windows, while not same result, you can get decent, better than guessing results with: ARP -A
    granted, not all of them are devices but routes to outside and broadcasts but if you understand what your local IP pool is (192.168.1.xxx) you get pretty good idea.

    also last mentioned nmap utility is also available for windows, advertising it as linux/mac only is wrong.
    Reply