> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/productos/servers-2/details/networks.md).

# Réseaux

Les spécifications de Réseau de Serveurs. Pour comprendre chaque type de Réseau et décider lequel utiliser, va dans Réseaux du serveur dans Concepts.

### Comparatif des types de Réseau

| Caractéristique       | Standard        | VPC                    | Layer 2   | IP Directe                |
| --------------------- | --------------- | ---------------------- | --------- | ------------------------- |
| Type (CloudStack)     | Isolé           | VPC                    | Layer 2   | —                         |
| Routeur virtuel       | Oui             | Oui (partagé)          | Non       | Non                       |
| DNS, DHCP, passerelle | Routeur virtuel | Routeur virtuel        | Votre VNF | Votre VNF                 |
| NAT                   | Oui             | Oui                    | Non       | Non (IP publique directe) |
| Pare-feu              | Routeur virtuel | Routeur virtuel        | Votre VNF | Votre VNF                 |
| Multi-niveaux         | —               | Jusqu'à 3 (Super CIDR) | —         | —                         |
| VPN IPSec site à site | Non             | Oui                    | Non       | Non                       |

### VPN

Disponible sur les réseaux **VPC**.

|                     |                                                                                                 |
| ------------------- | ----------------------------------------------------------------------------------------------- |
| Types               | IPSec site à site · Accès distant                                                               |
| Négociation         | IKEv1 · IKEv2 · Auto                                                                            |
| Comportement d'Auto | Si nous lançons la connexion, il utilise IKEv2 ; s'il y répond, il s'adapte à l'autre extrémité |
| Split tunneling     | Nécessite IKEv2 ; crée une association de sécurité (SA) par réseau distant                      |

Les plafonds (VPN par passerelle, rétention des journaux) se trouvent dans Limites et quotas.

### Pare-feu

Règles de **entrée**, **sortie** et **Geo-IP** (autoriser ou Bloquer par pays). Dans les réseaux Standard et VPC, le Routeur virtuel l'applique ; en Layer 2 et IP directe, votre VNF.

### VNF disponibles

Appliances réseau que vous déployez et exploitez vous-même :

| VNF          | Fournisseur |
| ------------ | ----------- |
| FortiGate VM | Fortinet    |
| FireboxV     | WatchGuard  |

Elles se déploient depuis le Marketplace (voir Systèmes d'exploitation et applications).

### Répartiteur de charge

|                       |                                          |
| --------------------- | ---------------------------------------- |
| Algorithmes           | Round-robin · Least-connections · Source |
| Sessions persistantes | Oui (sticky sessions)                    |
| Réseau pris en charge | Standard                                 |


---

# 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.plenit.com/fr/productos/servers-2/details/networks.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.
