> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-assign-static-ip.md).

# Assign a static IP address

After you disable DHCP for the RMH subnet, you need to assign a static IP address to all store computers and peripheral devices that need to access the RMH network.

1. Open **Control Panel**. To do this, click **Search**, type **Control Panel**, and press **Enter**.
2. Click **Network and Internet**.

<div align="left"><figure><img src="/files/RkUV89xdPsRqc4438zbJ" alt=""><figcaption></figcaption></figure></div>

3. Under **Network and Sharing Center**, click **View network status and tasks**.

<div align="left"><figure><img src="/files/lQ0OlzJmPKIJ18GmrI74" alt=""><figcaption></figcaption></figure></div>

3. Click **Change adapter settings**.

<div align="left"><figure><img src="/files/GA5S78aa6mNaXChyKse2" alt=""><figcaption></figcaption></figure></div>

3. Double-click the computer's physical network connection (Ethernet adapter).

<div align="left"><figure><img src="/files/eu2SrovjIr03DtGtT0JL" alt=""><figcaption></figcaption></figure></div>

3. Click **Properties**.
4. On the **Networking** tab, ensure that **Internet Protocol Version 4 (TCP/IPv4)** is selected.

<div align="left"><img src="/files/ZIL77po2wxzS2U68qGbi" alt=""></div>

8. Click **Properties**.

<div align="left"><img src="/files/Ei9ky6jufrzNDVspy4Cl" alt=""></div>

9. Select **Use the following IP address** and enter the following:

* **IP address:** Enter the IP address for the computer. Each computer connected to the network must have a unique IP address, e.g., 192.168.9.151 (POS lane 1), 192.168.9.152 (POS lane 2), 192.168.9.153 (POS lane 3).
* **Subnet mask:** Use the same subnet mask for every computer on the network.
* **Default gateway:** Enter the IP address for the router, e.g., 192.168.9.1.

<div align="left"><img src="/files/jyvGvdtwC69YfMQ4VhNx" alt=""></div>

10. Select **Use the following DNS server addresses** and enter the following:

* **Preferred DNS server:** Enter the IP address for the router, e.g., 192.168.9.1.
* **Alternate DNS server:** Enter the IP address of a public DNS server, e.g., 8.8.8.8 for Google.

11. Click **OK**.
12. Click **OK**.
13. Click **Close**.


---

# 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://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-assign-static-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.
