> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/de/netzwerk/dhcp-static-lease.md).

# Eine statische DHCP-Lease erstellen

Ein Netzwerk mit der **Dynamisches DHCP** aktivierten Option weist Clients automatisch IP-Adressen zu. Für virtuelle Maschinen, bei denen es von Vorteil ist, sicherzustellen, dass immer dieselbe Adresse zugewiesen wird, können Sie eine statische IP-Adresse erstellen, die der zugehörigen MAC-Adresse zugewiesen ist.

**Eine statische Adresse kann auf eine von zwei Arten zugewiesen werden:**

* **Dynamischen Eintrag in statisch ändern**\
  Nachdem die VM bereits eine DHCP-Adresse erhalten hat und die Lease derzeit noch besitzt, legen Sie die Adresse ab jetzt als statisch fest.
* **Neuen statischen Eintrag erstellen**\
  Erstellen Sie einen neuen IP-Adresseneintrag und geben Sie die MAC-Adresse aus der VM-NIC und die gewünschte IP-Adresse an.

## Dynamischen Eintrag in statisch ändern

1. Klicken Sie im Netzwerk-Dashboard auf **IP-Adressen** im linken Menü.
2. Suchen Sie die DHCP-Adresse, die in der Liste der IP-Adressen als Typ „Dynamisch“ angezeigt wird
3. Doppelklicken Sie auf den Eintrag und ändern Sie den **Typ** auf ***Statisch***.
4. Klicken Sie **Senden** um die Änderung zu speichern.

## Neuen statischen Eintrag erstellen

1. Ermitteln Sie die MAC-Adresse (im Gastbetriebssystem oder im Abschnitt VM-Dashboard-NICs.)
2. Klicken Sie im Netzwerk-Dashboard auf **Neu** im linken Menü.
3. In der **Typ** Feld wählen Sie ***Statisch***.
4. Geben Sie die gewünschte **IP-Adresse**.

{% hint style="warning" %}
**Stellen Sie sicher, dass Sie eine IP-Adresse zuweisen, die innerhalb des Adressbereichs des Netzwerks liegt und nicht von einer anderen VM in diesem Netzwerk verwendet wird.**
{% endhint %}

5. Geben Sie die **MAC-Adresse**.
6. Geben Sie die **Hostname** des Servers.
7. Optional kann ein **Beschreibung** eingegeben werden, um zusätzliche administrative Informationen zu erfassen.
8. Klicken Sie **Senden**.


---

# 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.verge.io/run-the-platform/de/netzwerk/dhcp-static-lease.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.
