> 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/assign-external-ip.md).

# Externe IP-Adressen internen Netzwerken zuweisen

Externe IP-Adressen können internen Netzwerken zugewiesen werden. Wenn eine externe IP zugewiesen wird, werden die entsprechenden Routing-Regeln automatisch erstellt.

## Weisen Sie einem internen Netzwerk eine externe IP zu

1. Von dem **Dashboard des externen Netzwerks**, klicken Sie auf **IP-Adressen** im linken Menü.
2. Klicken Sie **Neu**.
3. In der ***Typ*** Feld wählen Sie **Virtuelle IP**
4. In der ***IP-Adresse*** Feld geben Sie die **öffentliche IP-Adresse**.
5. Geben Sie die ***Hostname***.
6. Optional kann eine ***Beschreibung*** eingegeben werden, um zusätzliche administrative Informationen zu erfassen.
7. In der ***Eigentümertyp*** Dropdown-Liste wählen Sie **Netzwerk**.
8. In der ***Eigentümer*** Dropdown-Liste wählen Sie den **Namen des internen Netzwerks**.
9. Klicken Sie **Senden**.
10. Während Sie noch auf dem **Dashboard des externen Netzwerks**, klicken Sie auf **Regeln anwenden** im linken Menü (um es auf das externe Netzwerk anzuwenden).
11. Navigieren Sie zum **Dashboard des internen Netzwerks**
12. Klicken Sie **Regeln anwenden** (um es auf das interne Netzwerk anzuwenden).


---

# 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/assign-external-ip.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.
