Workbench

Note to Self: Networking Edition

Networking things I am perpetually having to look up how to do

Get a List of Every IP on a LAN[1]

(Where 192.168.1.255 is the current machine's broadcast address)

Using ping

arp -a
ping -c 1 192.168.1.255

Using nmap (more details)

nmap -sn 192.168.1.0/24

  1. How to see all IP addresses on network: A guide for IT professionals ↩︎


Thu Dec 18 2025 19:00:00 GMT-0500 (Eastern Standard Time)