Networking & Homelab
What Is a Default Gateway and Why Does It Matter?
June 24, 2026
A beginner-friendly guide to default gateways, routing, and why local devices need a gateway to reach the internet.
The default gateway is the device your computer uses to reach networks outside its local subnet. In most small networks, the default gateway is a router or firewall.
What the gateway does
If your computer wants to talk to something local, it may communicate directly. If it wants to reach the internet or another network, it sends traffic to the default gateway.
Beginner-friendly version: the gateway is the exit door from your local network. Cantonese-friendly: “Default gateway 就係你個 network 嘅出口.”
Why it matters
Without a correct default gateway, a device may:
- Reach local devices.
- Fail to reach websites.
- Fail to reach cloud services.
- Fail to reach other office networks.
That is why gateway checks are important in connected-but-no-internet tickets.
How to find it
On Windows, run ipconfig. Look for Default Gateway under the active adapter.
If the field is blank or wrong, check DHCP, static IP settings, VLAN, or router configuration.
Gateway vs DNS
The gateway routes traffic. DNS resolves names.
If DNS is wrong, names may fail. If the gateway is wrong, traffic may not leave the local network correctly.
Practical support example
A desktop has IP 192.168.10.50 and subnet mask 255.255.255.0, but no default gateway. It may talk to local devices in 192.168.10.x, but internet access will fail.
Beginner Note
Always check IP address, subnet mask, gateway, and DNS together. One wrong setting can make the whole network feel broken.
Common Mistake
A common mistake is changing DNS when the real issue is a missing default gateway.
FAQ
Is the gateway always the router?
Usually in small networks, yes. In larger environments, it may be a firewall, Layer 3 switch, or virtual gateway.
Can a device have more than one gateway?
It can, but client devices usually need one correct default gateway. Multiple gateways can create confusion.
Does the gateway assign IP addresses?
Not necessarily. DHCP assigns IP settings. The gateway may also run DHCP in small networks, but they are different roles.