Skip to content
  • There are no suggestions because the search field is empty.

Understanding Public IPs, Private IPs, and Your Router IP Address

Learn the difference between public and private IP addresses, how to find the IP address of your computer or Proxidize server, and how to open your router settings page using the default gateway.

What Is an IP Address?

An IP address is a number that identifies a device on a network.

There are two common types of IP addresses you will see when working with Proxidize:

  • Public IP address: The address your network uses on the internet.
  • Private IP address: The address used by devices inside your local network.

Understanding the difference is important when configuring your Proxidize server, port forwarding, DHCP reservations, or remote access.

Public vs Private IP Addresses

Type What it Means Example Where Is Is Used
Public IP
The internet-facing IP address assigned to your router or network by your ISP.
87.73.14.5
Remote access, WAN access, DDNS, proxies
Private IP
The local IP address assigned to a device inside your network.
192.168.1.50
Local access, router settings, DHCP reservation, port forwarding rules.
Your public IP is what websites and external services see when your network connects to the internet.

Your private IP is only used inside your local network. Devices outside your network cannot usually reach a private IP address directly.

Common private IP ranges include:

  • `192.168.0.0` to `192.168.255.255`
  • `10.0.0.0` to `10.255.255.255`
  • `172.16.0.0` to `172.31.255.255`

For example:
  • Your router may have the private IP `192.168.1.1`.
  • Your Proxidize server may have the private IP `192.168.1.25`.
  • Your public/WAN IP may be `87.73.14.5`.

What Is a Default Gateway?

The default gateway is the local IP address of the router your device uses to reach other networks, including the internet.

In most cases, your default gateway is also the address you use to open your router settings page.

For example, if your default gateway is `192.168.1.1`, you can usually open your router settings by entering this in your browser:
 
http://192.168.1.1

 


Before You Start

  • Connect your PC, Mac, or Proxidize server to the same network as the router.
  • Use Wi-Fi or Ethernet. Either one works as long as it connects through the same router.
  • If you are connected to a VPN, disconnect it before checking your local IP or default gateway.
  • If the network has more than one router, make sure you are connected to the router used by the Proxidize server.

 

1. Find Your IP Address and Default Gateway on Windows

  1. Open the Windows Search menu.
  2. Search for Command Prompt and launch it.
Finding your router's IP command prompt
      3. Run the following command:
 
ipconfig
 
      4. Find the network adapter you are currently using.
          For example, look under Wireless LAN adapter Wi-Fi if you are connected through            Wi-Fi, or Ethernet adapter Ethernet if you are using a cable:


      5. Look for these fields:
    • IPv4 Address: This is your PC's private IP address.
    • Default Gateway: This is usually your router's IP address.

Example: 

IPv4 Address. . . . . . . . . . . : 192.168.1.125
Default Gateway . . . . . . . . . : 192.168.1.1
In this example:
  • The PC's private IP address is 192.168.1.125.
  • The router/default gateway IP address is 192.168.1.1.

2. Find Your IP Address and Default Gateway on macOS

  1. Open System Settings.
  2. Go to Network.
  3. Select the connection you are using, such as Wi-Fi or Ethernet.
  4. Open Details or Advanced, depending on your macOS version.

  5. Go to the TCP/IP tab.

  6. Look for these fields:

    • IP Address: This is your Mac's private IP address.
    • Router: This is usually your router's IP address.
 
 

3. Find Your IP Address and Default Gateway on Linux

  1. Open a Terminal.
  2. Run this Command.
    ip route
  3. Look for the line that starts with default

Example:

default via 192.168.1.1 dev eth0
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.25

In this example:

  • The default gateway/router IP address is 192.168.1.1.
  • The Linux device's private IP address is 192.168.1.25.

Find Your Public IP Address

The easiest way to find your public IP address is to open a browser and search:

what is my IP

The result shown by the search engine is usually your current public IP address.

You can also use a public IP lookup website such as eth0.me

⚠️ Important: If you are connected through a VPN, proxy, or corporate network, the public IP shown may belong to that service instead of your router.


Open Your Router Settings Page

After you find your default gateway, enter it in your browser address bar.

Example:

http://192.168.1.1

If the router login page opens, you found the correct address.

💡Note: You may need the router username and password to continue. These credentials are usually set by the network owner, printed on the router label, or provided by the ISP.


Why This Matters for Proxidize

You may need these IP addresses when configuring:

  • Local IP reservation: Reserve your Proxidize server's private IP so it does not change.
  • Port forwarding: Forward traffic from your public IP to your Proxidize server's private IP.
  • Dynamic DNS: Keep remote access working when your public/WAN IP changes.
  • Router access: Open the router settings page to manage DHCP, firewall, or forwarding rules.

Troubleshooting

Issue What to Check
The router page does not open Make sure your device is connected to the same network as the router.
The page times out Try adding http:// before the gateway IP address.
You see multiple IP addresses Check the adapter you are actively using, such as Wi-Fi or Ethernet.
You see multiple gateways Disconnect VPNs and check the active network adapter.
The router asks for a password Use the router admin credentials, not your Proxidize dashboard password.
The public IP is different from the router WAN IP Your ISP may be using CGNAT, or you may be behind another router.

Related Articles


Need Help?

If you have any questions, concerns, or need further clarification, feel free to reach out to us via live chat or email us directly at support@proxidize.com.