> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/create-a-microsoft-l2tp-vpn-entry.md).

# Créer une entrée VPN Microsoft L2TP

Vous pouvez créer une entrée VPN Microsoft L2TP dans Remote Desktop Manager.

1. Vous devez d'abord créer une nouvelle entrée ***VPN Microsoft*** avec les informations et paramètres de base.
2. Dans la section ***Général - Connexion***, utilisez le menu déroulant à côté du ***Type de VPN*** et sélectionnez ***L2TP*** au lieu de ***Automatique***.
3. Entrez votre ***Clé prépartagée*** fournie par Microsoft.
4. Remplissez les informations pour le ***Nom d'utilisateur***, le ***Domaine*** et le ***Mot de passe***.
5. Facultatif : La ***Méthode d'authentification*** peut être différente pour chaque utilisateur (elle est par défaut définie sur ***PAP***), selon votre configuration VPN Microsoft. Utilisez le menu déroulant pour la modifier.

   | Option     | Description                                 |
   | ---------- | ------------------------------------------- |
   | PAP        | Mot de passe non chiffré                    |
   | CHAP       | Challenge Handshake Authentication Protocol |
   | MS-CHAP v2 | Microsoft CHAP Version 2                    |
   | EAP        | Extensible Authentication Protocol          |
6. Cliquez sur ***OK*** pour enregistrer.


---

# 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:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/create-a-microsoft-l2tp-vpn-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
