Skip to content
Netory icon

Get the app

Netory

Gateway, DNS, and the Default Route

When you configure a network, you’ll usually see these three settings:

The gateway is the router IP that devices use to reach the internet.

Example:

  • Device IP: 192.168.1.42
  • Gateway: 192.168.1.1

If the gateway is wrong, the device can’t reach anything outside the local network.

DNS converts domain names (like google.com) into IP addresses.

Common DNS providers:

  • 1.1.1.1 (Cloudflare)
  • 8.8.8.8 (Google)
  • Your router’s IP (most common at home)

This is just another name for “send all unknown traffic to the gateway.”

Store gateway and DNS values per network so your documentation stays complete and consistent.