home Home work Jobs newspaper News help How To person Portfolio
How To Find Your Router’s IP (Default Gateway) | How-To Guide
How-To Guide

How To Find Your Router’s IP (Default Gateway)

📡 Find Your Router’s IP (Default Gateway)

You can find your router’s IP (also known as the default gateway) on both Windows and Mac. Here’s how:

🔵 On Windows:

  1. Open Command Prompt:

    • Press Windows + R, type cmd, and press Enter.

  2. Run this command:

    ipconfig
  3. Look for "Default Gateway" under your network adapter (usually Wi-Fi or Ethernet).

🟣 On macOS:

  1. Open Terminal:

    • Press Cmd + Space, type Terminal, and hit Enter.

  2. Run this command:

    netstat -nr | grep default
  3. Find the router IP in the output next to “default”.

Once you have the IP (e.g. 192.168.1.1), open a browser and type it into the address bar to access your router’s settings.