Skip to content

Find the IP address of the router


192.168.1.254
y
192.168.0.1
are configured as the default IP address on most routers and modems. However, if you cannot connect to your device using this IP address, it is possible that your device has been assigned a different IP address. In this case, you need to use a different method to find the IP address of your device. This method differs depending on the commercial system used. You can easily find the default IP address of your router by selecting the one that matches your operating system from the list below and following the steps.

Windows

If you are a Windows user, the things you need to do are very few and easy.you can find the IP address of your router in Windows by following the steps below:

  1. Click on Windows Start Menu.
  2. In the search box, type Command Prompt or cmd.
  3. In the command prompt application, type
    ipconfig
    in the box and press Enter.
  4. The Default Gateway section represents the default IP address of your device.

Mac OS

If you are a macOS user, the actions you need to perform are similar to those in Windows You can find the IP address of your router in macOS by following the steps below:

  1. Follow Apple Menu > System Preferences > Network.
  2. Find your current Internet connection.
  3. Click on the Advanced button .
  4. You can view the default IP address of your device in the TCP/IP tab.

Android

If you are an Android user, there are several methods you can apply.

  1. Open the Wi-Fi section in the Settings menu.
  2. Click Manage network settings.
  3. Click Show advanced options.
  4. Select Static in the IP Configuration list.
  5. In the Gateway section, you can see the default IP address of your router.

You can also easily find the default gateway of your device using third-party applications.In this regard, you can use applications such as Wi-Fi Analyzer.

iOS

If you are an iOS device user, you can follow the steps below:

  1. Click Wi-Fi in the Settings menu .
  2. Find your current Internet connection.
  3. Click on the Static tab .
  4. In this tab you can see the IP address of your router.

Linux

If you are a Linux user, you can follow the steps below:

  1. Follow Applications > System tool > Terminal.
  2. Run
    “ip r | grep default”
    o
    “route -n”
    in the terminal application.
  3. The Gateway section represents the default IP address of your router.