> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/amministrazione/rete.md).

# Rete

In questa sezione può configurare le impostazioni di rete del Suo nomos system Controller. Queste impostazioni sono fondamentali per garantire che il controller comunichi correttamente con la Sua rete, i dispositivi e Internet.

1. **Nome host**
   * **Nome host:** Il nome con cui il controller e visibile nella rete.
2. **DHCP**
   * Se il **DHCP** e abilitato, al controller verra assegnato automaticamente un indirizzo IP dal router.
   * Se il **DHCP** e disabilitato, può configurare manualmente i dettagli di rete.
3. **Impostazioni IP manuali**
   * **Indirizzo IP:** L'indirizzo IP statico che desidera assegnare al controller.
   * **Maschera di sottorete:** Di solito 255.255.255.0, definisce il segmento di rete in cui si trova il controller.
   * **Router:** L'indirizzo IP del router o del gateway.
   * **Indirizzo MAC:** L'indirizzo hardware univoco del controller.
4. **Server DNS**
   * **Server DNS 1 e 2**: Questi campi specificano quali server DNS deve utilizzare il controller. Per impostazione predefinita, viene spesso utilizzato il server DNS di Cloudflare (1.1.1.1 o 1.0.0.1), ma può configurare anche altri server DNS.
5. **Connessione Internet**
   * Un simbolo verde indica che il controller e connesso correttamente a Internet.
6. **Salva e riavvia**

   * Faccia clic su **Salva e riavvia** per applicare le modifiche. Il controller si riavviera e le nuove impostazioni di rete verranno salvate.

   <figure><img src="/files/Slqdp9STTsp4SXUquahE" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integratore-it/amministrazione/rete.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.
