netscrew.dev/playbooks/wan
Networking concepts

WAN — is the internet actually reachable?

Pinging 1.1.1.1 and 8.8.8.8 by address separates 'the internet is down' from 'names don't resolve'. If this passes and DNS fails, it's DNS.

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

What the check does. It pings well-known public addresses (1.1.1.1, 8.8.8.8) by IP, deliberately without using DNS. That isolates routing from name resolution: if this line is green and the DNS line is red, the problem is DNS, full stop.

Good looks like: 5–30 ms on a home connection. Fibre lands at the low end; DSL, cable and 4G higher; satellite far higher.

When it's red

The public IP line

The address the internet sees you as. If it's in 100.64.0.0/10, your ISP is using [CGNAT](cgnat) and you can't host anything inbound without a tunnel.