Goal
Produce accurate, current documentation of my home network: what devices are connected, what IPs they hold, how DNS resolves names, and what the traffic path looks like from a device to the internet.
Environment
- ISP: Verizon (home broadband)
- Router/Gateway: Verizon-provided router
- Subnet: 192.168.1.0/24
- Desktop PC — wired ethernet
- Raspberry Pi 4 — WiFi (192.168.1.174)
- Personal devices — wireless (phone, tablet)
Network topology
Detailed IP inventory, ARP/DHCP discovery steps, and annotated screenshots are in progress. The topology above reflects the current setup.
What I learned
arp -a shows devices your machine has recently talked to. A ping sweep first, then re-run ARP, fills in the rest of the subnet.
Setting a DHCP reservation in the router is cleaner than hardcoding an IP on the Pi — the router stays in control of addressing, and the Pi's config doesn't need touching.
I assumed traffic went directly from my router to Google. tracert showed an ISP intermediate hop I hadn't accounted for — useful for understanding where latency actually comes from.
Writing this up as a handoff doc forced me to verify every detail rather than assume. Found two devices I'd forgotten were connected and one IP I had listed wrong.