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[fn: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

(Gives more detailed info)

nmap -sn 192.168.1.0/24

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