> For the complete documentation index, see [llms.txt](https://indoor.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://indoor.router.works/manual/advanced/internet-and-ip.md).

# Internet & IP

## Internet Connection

You can quickly check the mobile connection on the "Modem" and "Internet" sections on the front dashboard.

* After successfully setting up an Internet connection on the mobile modem:

  * The "Mobile" section displays "Connected" on the status field.
  * The "Internet" section shows IPv4 and gateway obtained from the mobile carrier.

  \
  *or*<br>
* Navigate to "Network > Interfaces" and find the first row of the "Mobile" interface to view the IP address, RX TX stream, and connection uptime.

  \
  *or*<br>
* Go to "Network > Diagnostics" and use the "IPv4 Ping" tool to check your internet connectivity. When the mobile signal is fair/strong, and there is no internet interruption, the ping tool should return "0% packet loss."

## IP Address

The "Internet" section on the front dashboard and the "Mobile" interface under "Network > Interfaces" display the IPv4/6, DNS, and gateway of the mobile internet connection.

**Public and Private IP Address**

The mobile carrier typically assigns a private IP address for the mobile connection. A private IP does not traverse the Internet and cannot be used for remote access. Check out the [IP and DNS](https://how.router.works/net/traffic/ip-dns) tutorials.

Below are the standard formats of private IP addresses:

* 10.0.0.0 to 10.255.255.255
* 172.16.0.0 to 172.31.255.255
* 192.168.0.0 to 192.168.255.255
* 100.64.0.0 to 100.127.255.255 (Carrier-Grade)


---

# 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://indoor.router.works/manual/advanced/internet-and-ip.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.
