# Intranet Routes

The "Static Routes" allows access to specific devices across different routers. For example, if device A connects to the outdoor router, as the image below shows, and requires access to device B, which is linked to another indoor router, we need to set static IP and static routes, as the below step shows.

<figure><img src="https://3846242597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNX0lpv92wMW1lNVYR0rx%2Fuploads%2FCkg9XM9hJuZdJwgt5ufP%2FStatic-IP-Routes_Access-Cross-Routers.png?alt=media&#x26;token=9a5e1ca1-39cb-49f0-b591-31c0505ff27f" alt="" width="375"><figcaption></figcaption></figure>

## Static IP

Go to the OutdoorRouter and set a static IP for the IndoorRouter.&#x20;

Log into the OutdoorRouter and navigate to "Network > DHCP AND DNS." Then, scroll down to "Static Leases" and click the "Add" button.

1. Hostname - Name to indicate the indoor router.
2. MAC Address - Choose the correct address of the indoor router.
3. IPv4 Address - The static IP address assigned to the indoor router.
4. Lease Time - Use "infinite" to permanently release the static IP to the indoor router.&#x20;
5. Click the "Save & Apply" button on the bottom right corner to finish the static IP settings.

<figure><img src="https://3846242597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNX0lpv92wMW1lNVYR0rx%2Fuploads%2F9De2lD60OO3zJs5I5MgQ%2FStatic-IP-Infinite-Lease.png?alt=media&#x26;token=d505647a-a7f0-4c89-9c71-19a9826a53ab" alt=""><figcaption></figcaption></figure>

## Static IPv4 Routes

Navigate to "Network > Static Routes" to customize the routing to the IndoorRouter.

1. Interface - use LAN
2. Host-IP - The indoor router's IP address. For example, 192.168.1.1.
3. IPv4 Netmask - The indoor router's subnet mask. Suggest using the same subnet on the indoor router, which is 255.255.255.0.
4. IPv4 Gateway - The WAN IP address previously set in the step of Static IP.
5. Click the "Save & Apply" button.

<figure><img src="https://3846242597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNX0lpv92wMW1lNVYR0rx%2Fuploads%2FVGumpUu7GEn12dup9UXB%2FStatic-Routes-to-Indoor-Router.png?alt=media&#x26;token=3351935f-2aea-4904-877e-12684fa2339d" alt=""><figcaption></figcaption></figure>

## Turn Off WAN NAT

To successfully route from upstream OutdoorRouter, we need to turn off the NAT on the WAN interface of the IndoorRouter. This setting usually appears under the WAN interface or firewall settings. Locate the "NAT" or "Masquerade" switch and turn it off.

If unable to find the NAT switch, contact the seller of the IndoorRouter for technical assistance.


---

# Agent Instructions: 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:

```
GET https://how.router.works/net/traffic/intranet-routes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
