> 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/productos/servers-1/details/networks.md).

# Redes

Las especificaciones de red de Servidores. Para entender cada tipo de red y decidir cuál usar, ve a Redes del servidor en Conceptos.

### Comparativa de los tipos de red

| Característica         | Estándar       | VPC                  | Layer 2 | IP Directa              |
| ---------------------- | -------------- | -------------------- | ------- | ----------------------- |
| Tipo (CloudStack)      | Isolated       | VPC                  | Layer 2 | —                       |
| Virtual Router         | Sí             | Sí (compartido)      | No      | No                      |
| DNS, DHCP, gateway     | Virtual Router | Virtual Router       | Tu VNF  | Tu VNF                  |
| NAT                    | Sí             | Sí                   | No      | No (IP pública directa) |
| Firewall               | Virtual Router | Virtual Router       | Tu VNF  | Tu VNF                  |
| Multi-tier             | —              | Hasta 3 (Super CIDR) | —       | —                       |
| VPN IPSec Site-to-Site | No             | Sí                   | No      | No                      |

### VPN

Disponible sobre redes **VPC**.

|                        |                                                                                |
| ---------------------- | ------------------------------------------------------------------------------ |
| Tipos                  | Site-to-Site IPSec · Acceso remoto                                             |
| Negociación            | IKEv1 · IKEv2 · Auto                                                           |
| Comportamiento de Auto | Si iniciamos la conexión, usa IKEv2; si la responde, se adapta al otro extremo |
| Split tunneling        | Requiere IKEv2; crea una asociación de seguridad (SA) por red remota           |

Los topes (VPN por gateway, retención de registros) están en Límites y cuotas.

### Firewall

Reglas de **entrada**, **salida** y **Geo-IP** (permitir o bloquear por país). En redes Estándar y VPC lo aplica el Virtual Router; en Layer 2 e IP Directa, tu VNF.

### VNF disponibles

Appliances de red que despliegas y operas tú:

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

Se despliegan desde el Marketplace (ver Sistemas operativos y aplicaciones).

### Balanceador de carga

|                       |                                          |
| --------------------- | ---------------------------------------- |
| Algoritmos            | Round-robin · Least-connections · Source |
| Sesiones persistentes | Sí (sticky sessions)                     |
| Red soportada         | Estándar                                 |


---

# 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/productos/servers-1/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.
