Card 1 — inspect the network path
Start by showing the expected route, gateway, and local neighbor table from a Linux shell.
Baseline inspection commands
These commands help explain what a normal network path should look like before any warning signs appear.
# Show the default gateway ip route | grep default # See local ARP / neighbor entries arp -an ip neigh show # Teach: if the gateway or MAC suddenly changes, investigate.