> 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/nat-1to1.md).

# NAT-1:1-Übersetzung konfigurieren

Bevor die Übersetzungsregel erstellt wird, um eine externe IP in eine interne IP zu übersetzen:

* [**Weisen Sie der Ziel-VM eine statische (private) IP zu**](/run-the-platform/de/netzwerk/dhcp-static-lease.md)
* [**Weisen Sie dem internen Netzwerk eine externe IP zu**](/run-the-platform/de/netzwerk/assign-external-ip.md)

## Erstellen Sie eine Übersetzungsregel, um eine externe IP in eine interne IP zu übersetzen

1. Von der **Dashboard des internen Netzwerks**, klicken Sie auf **Regeln** im linken Menü.
2. Klicken Sie **Neu**.
3. Geben Sie einen **Namen** das für die spätere Verwaltung hilfreich sein wird.
4. Optional kann ein **Beschreibung** kann eingegeben werden, um zusätzliche Verwaltungsinformationen zu erfassen.
5. In der **Aktion** Dropdown-Menü, wählen Sie ***Übersetzen***.
6. In der **Protokoll** Dropdown-Menü, wählen Sie ***Beliebig***.
7. In der **Richtung** Dropdown-Menü, wählen Sie ***Eingehend***.
8. **Quelle festlegen:** In der **Typ** Dropdown-Menü, wählen Sie ***Beliebig/Keine***.
9. **Ziel festlegen:**
   * In der **Typ** Dropdown-Menü, wählen Sie ***Meine IP-Adressen***.
   * In der **IP-Adresse** Wählen Sie im Dropdown die externe IP-Adresse aus.
10. **Ziel festlegen:**
    * In der **Typ** Dropdown-Menü, wählen Sie ***Meine IP-Adressen***.
    * In der **IP-Adresse** Wählen Sie im Dropdown die interne IP-Adresse aus (der eine statische IP-Adresse zugewiesen wurde).
11. Klicken Sie **Senden** um die Regel zu speichern.
12. Klicken Sie **Regeln anwenden** im linken Menü, um die neue Regel in Kraft zu setzen.


---

# 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/nat-1to1.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.
