askvity

What is my IP on router?

Published in Router IP Address 1 min read

To find your router's IP address, use the command prompt or terminal on your computer.

How to Find Your Router's IP Address

You can find your router's IP address using the following steps:

  1. Open Command Prompt (Windows) or Terminal (Mac). This is your interface to run commands on your operating system.

  2. Type the command.

    • On Windows, type ipconfig and press Enter.
    • On a Mac, type terminal to open terminal and find the router IP using a command like netstat -nr | grep default (though ipconfig may also work if you have the command line tools installed).
  3. Locate the Default Gateway. The router's IP address will be displayed next to "Default Gateway".

    • Example: In the ipconfig output, you might see:

      Default Gateway . . . . . . . . . : 192.168.1.1

    In this example, 192.168.1.1 is your router's IP address. This is also sometimes referred to as the router's LAN IP address or local IP address. You can use this address to access your router's configuration page in a web browser.

Related Articles