netscrew.dev/playbooks/gw
Networking concepts

Default gateway — the router, and the route to everything else

Every packet that isn't for your own subnet goes to the gateway. No route, or no reply, and the internet is unreachable no matter what else works.

Read it offline, in your terminal:n -h gw

What it is. The gateway is your router's LAN address (usually 192.168.1.1 or 192.168.0.1). The *default route* says: "anything not on my own subnet, send it here". Your machine learned both from DHCP when it joined the network.

Good looks like: a reply in about 1 ms on Ethernet, 2–10 ms on Wi-Fi.

When it's red

See for yourself