Two addresses, one laptop: private inside, public at the edge.
In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like ip addr, curl ifconfig.me and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.
Builds on: APIs, JSON & Tokens.
ip route — Every non-local packet goes to the gateway.ip -brief addr — The same answer, one line per interface.ip neigh — Your LAN neighbours, resolved to MAC addresses.ping -c 1 192.168.1.1 — One hop away: sub-millisecond.