> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/legacy-products/proxy-builder/advanced-configuration/understanding-public-ips-private-ips-and-your-router-ip-address.md).

# 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>

![](/files/050beead39531fe084816b07677c793238a4607c)

***

## 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.

***

{% stepper %}
{% step %}

## 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](/files/3844d30bbdbe6e969f188a3cc83d5d4520b365fc)

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:

![](/files/99e664a1a7f02269cf34e341261c4f942a739ad0)

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`.
  {% endstep %}

{% step %}

## 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.

![](/files/380cf97be4aaafc31af3c13a96c9892c8385f88e)
{% endstep %}

{% step %}

## 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`.
  {% endstep %}
  {% endstepper %}

***

## 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](https://eth0.me/)

{% hint style="warning" %}
If you are connected through a VPN, proxy, or corporate network, the public IP shown may belong to that service instead of your router.
{% endhint %}

***

## 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.

{% hint style="info" %}
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.
{% endhint %}

***

## 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

* [Local IP Reservation (DHCP)](/legacy-products/proxy-builder/advanced-configuration/local-ip-reservation-dhcp.md)
* [Port Forwarding and Triggering](/legacy-products/proxy-builder/advanced-configuration/port-forwarding-and-triggering.md)
* [Dynamic Public/WAN Addresses](/legacy-products/proxy-builder/advanced-configuration/dynamic-public-wan-addresses.md)

***

## 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>**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.proxidize.com/legacy-products/proxy-builder/advanced-configuration/understanding-public-ips-private-ips-and-your-router-ip-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
