> 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/integrator-en/administration/network.md).

# Network

In this section, you can configure the network settings of your nomos system Controller. These settings are crucial to ensure that your controller communicates correctly with your network, devices, and the internet.

1. **Hostname**
   * **Hostname:** The name under which the controller is visible on the network.
2. **DHCP**
   * If **DHCP** is enabled, the controller will automatically be assigned an IP address by the router.
   * If **DHCP** is disabled, you can manually configure the network details.
3. **Manual IP Settings**
   * **IP Address:** The static IP address you want to assign to the controller.
   * **Sbnet Mask:** Usually 255.255.255.0, this defines the network segment in which the controller is located.
   * **Router:** The IP address of the router or gateway.
   * **MAC Address:** The unique hardware address of the controller.
4. **DNS Servers**
   * **DNS Server 1 & 2**: These fields specify which DNS servers the controller should use. By default, the Cloudflare DNS server (1.1.1.1 or 1.0.0.1) is often used, but you can configure other DNS servers as well.
5. **Internet Connection**
   * A green symbol means that the controller is successfully connected to the internet.
6. **Save and Restart**

   * Click on **Save and Restart** to apply the changes. The controller will restart and the new network settings will be saved.

   <figure><img src="/files/IaAkpPiuvFlUjOMfO7xB" 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/integrator-en/administration/network.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.
