> 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/fr/mise-en-reseau/nat-1to1.md).

# Configuration de la traduction NAT 1 pour 1

Avant de créer la règle de traduction pour faire du NAT d’une adresse IP externe vers une adresse IP interne :

* [**Définissez une adresse IP statique (privée) pour la VM de destination**](/run-the-platform/fr/mise-en-reseau/dhcp-static-lease.md)
* [**Attribuez une adresse IP externe au réseau interne**](/run-the-platform/fr/mise-en-reseau/assign-external-ip.md)

## Créez une règle de traduction pour faire du NAT d’une adresse IP externe vers une adresse IP interne

1. Depuis le **Tableau de bord du réseau interne**, cliquez sur **Règles** dans le menu de gauche.
2. Cliquez sur **Nouveau**.
3. Saisissez un **Nom** ce qui sera utile pour l’administration future.
4. Facultativement, un **Description** peut être saisi pour consigner des informations d’administration supplémentaires.
5. Dans la **Action** menu déroulant, sélectionnez ***Traduire***.
6. Dans la **Protocole** menu déroulant, sélectionnez ***ANY***.
7. Dans la **Direction** menu déroulant, sélectionnez ***Entrant***.
8. **Définir la source :** Dans la **Type** menu déroulant, sélectionnez ***N’importe lequel/Aucun***.
9. **Définir la destination :**
   * Dans la **Type** menu déroulant, sélectionnez ***Mes adresses IP***.
   * Dans la **Adresse IP** dans la liste déroulante, sélectionnez l’adresse IP externe.
10. **Définir la cible :**
    * Dans la **Type** menu déroulant, sélectionnez ***Mes adresses IP***.
    * Dans la **Adresse IP** dans la liste déroulante, sélectionnez l’adresse IP interne (à laquelle une adresse IP statique a été attribuée).
11. Cliquez sur **Soumettre** pour enregistrer la règle.
12. Cliquez sur **Appliquer les règles** dans le menu de gauche pour appliquer la nouvelle règle.


---

# 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/fr/mise-en-reseau/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.
