The gateway is the checkpoint every packet crosses before leaving your network. If the gateway IP is wrong, devices cannot reach the internet. Let's find yours.
The default gateway connects different networks — like customs between your LAN and the internet. Devices send traffic to the router first; the router's private IP is your default gateway. If the gateway field is empty or wrong, external communication fails.
- **Windows:** 1. Press Windows + R, type `cmd`. 2. Run `ipconfig`. 3. Read **Default Gateway** under your active adapter (often `192.168.0.1`). - **macOS Terminal:** 1. Run `netstat -nr | grep default` or `route -n get default`. 2. Read the gateway IP from the routing table output.
- **Router:** Hardware that routes traffic between networks using the same protocol. - **Gateway:** Broader term for connecting different protocols or networks (e.g., private LAN to public internet). Home wireless routers usually act as both router and gateway.