RESOURCE / EN

Network troubleshooting cheat sheet

Order: interface, address, gateway, DNS, route, service. Guessing comes last.

Walk the stack from the bottom. Do not jump to “probably DNS” if the interface has no carrier.

Order

  1. Interface up?
  2. Address / mask / DHCP vs static
  3. Ping the gateway (if ICMP is allowed)
  4. DNS: name → address
  5. Route to the target
  6. Service port (local listen vs remote)

Windows

ipconfig /all · ping · tracert · nslookup · netstat -ano · Get-NetRoute

Linux

ip -br a · ping · traceroute · dig · ss -tulpn · curl -vI

Note: command, output, conclusion. Scanning someone else’s network without permission is not troubleshooting.