> 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/es/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-assign-static-ip.md).

# Asignar una dirección IP estática

Después de desactivar DHCP para la subred RMH, deberá asignar una dirección IP estática a todas las computadoras de la tienda y a los dispositivos periféricos que necesiten acceder a la red RMH.

1. Abrir **Panel de control**. Para ello, haga clic en **Buscar**, escriba **Panel de control**, y presione **Intro**.
2. Haga clic en **Red e Internet**.

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

3. En **Centro de redes y recursos compartidos**, haga clic en **Ver el estado y las tareas de red**.

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

3. Haga clic en **Cambiar la configuración del adaptador**.

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

3. Haga doble clic en la conexión de red física del equipo (adaptador Ethernet).

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

3. Haga clic en **Propiedades**.
4. En la pantalla **Redes** pestaña, asegúrese de que **Protocolo de Internet versión 4 (TCP/IPv4)** esté seleccionado.

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

8. Haga clic en **Propiedades**.

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

9. Seleccione **Usar la siguiente dirección IP** e introduzca lo siguiente:

* **Dirección IP:** Introduzca la dirección IP del equipo. Cada equipo conectado a la red debe tener una dirección IP única, por ejemplo, 192.168.9.151 (caja POS 1), 192.168.9.152 (caja POS 2), 192.168.9.153 (caja POS 3).
* **Máscara de subred:** Utilice la misma máscara de subred para todos los equipos de la red.
* **Puerta de enlace predeterminada:** Introduzca la dirección IP del router, por ejemplo, 192.168.9.1.

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

10. Seleccione **Usar las siguientes direcciones de servidor DNS** e introduzca lo siguiente:

* **Servidor DNS preferido:** Introduzca la dirección IP del router, por ejemplo, 192.168.9.1.
* **Servidor DNS alternativo:** Introduzca la dirección IP de un servidor DNS público, por ejemplo, 8.8.8.8 para Google.

11. Haga clic en **Aceptar**.
12. Haga clic en **Aceptar**.
13. Haga clic en **Cerrar**.


---

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