> 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-de/administration/netzwerk.md).

# Netzwerk

In diesem Abschnitt können Sie die Netzwerkeinstellungen Ihres nomos system Controllers konfigurieren. Diese Einstellungen sind entscheidend, um sicherzustellen, dass Ihr Controller korrekt mit Ihrem Netzwerk, ihren Geräten und dem Internet kommuniziert.

1. **Hostname**
   * **Hostname:** Der Name, unter dem der Controller im Netzwerk sichtbar ist.
2. **DHCP**
   * Wenn **DHCP** aktiviert ist, wird dem Controller automatisch eine IP-Adresse durch den Router zugewiesen.
   * Ist **DHCP** deaktiviert, können Sie die Netzwerkdetails manuell konfigurieren.
3. **Manuelle IP-Einstellungen**
   * **IP-Adresse:** Die statische IP-Adresse, die Sie dem Controller zuweisen möchten.
   * **Teilnetzmaske:** Normalerweise 255.255.255.0, diese definiert das Netzwerksegment, in dem der Controller sich befindet.
   * **Router:** Die IP-Adresse des Routers oder Gateways.
   * **MAC-Adresse:** Die eindeutige Hardware-Adresse des Controllers.
4. **DNS Server**
   * **DNS Server 1 & 2**: Diese Felder geben an, welche DNS-Server der Controller verwenden soll. Standardmäßig wird häufig der Cloudflare-DNS-Server (1.1.1.1 oder 1.0.0.1) verwendet, Sie können jedoch auch andere DNS-Server konfigurieren.
5. **Internetverbindung**
   * Ein grünes Symbol bedeutet, dass der Controller erfolgreich mit dem Internet verbunden ist.
6. **Speichern und Neustarten**

   * Klicken Sie auf **Speichern und Neustart**, um die Änderungen zu übernehmen. Der Controller wird neu gestartet und die neuen Netzwerkeinstellungen gespeichert.

   <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-de/administration/netzwerk.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.
