> 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/learn-the-platform/es/modulo-4-redes/04-networking.md).

# Resumen

## Objetivos de aprendizaje

Al final de este módulo, podrás:

* **Configurar redes externas e internas** en VergeOS para cargas de trabajo de producción
* **Configurar VLANs y reglas de firewall** para segmentar y proteger el tráfico de red
* **Configurar enrutamiento dinámico** (BGP/OSPF) para entornos empresariales
* **Solucionar problemas comunes de red** usando las herramientas de diagnóstico de VergeOS

## Requisitos previos

* Finalización de [Módulo 1: Fundamentos de arquitectura](/learn-the-platform/es/modulo-1-fundamentos-de-arquitectura/01-architecture.md) -- comprensión de la red de la infraestructura central
* Finalización de [Módulo 3: Instalación](/learn-the-platform/es/modulo-3-instalacion/03-installation.md) -- un clúster de VergeOS en ejecución para configurar

## Tiempo estimado

**3 horas** (1,5 horas de lectura + 1,5 horas de laboratorio)

## Temas

* [**Conceptos y tipos de red**](/learn-the-platform/es/modulo-4-redes/01-network-concepts.md) — El modelo de red de VergeOS: tipos de red (interna, externa, central, DMZ, mantenimiento), aislamiento seguro por defecto y fundamentos de redes definidas por software.
* [**Redes externas**](/learn-the-platform/es/modulo-4-redes/02-external-networks.md) — Conectar VergeOS a redes físicas aguas arriba, direccionamiento IP, configuración de puerta de enlace, modos de bonding e integración con la red del proveedor.
* [**Redes internas y DHCP/DNS**](/learn-the-platform/es/modulo-4-redes/03-internal-networks.md) — Creación de redes virtuales aisladas para cargas de trabajo, servicios integrados de DHCP y DNS, enrutamiento entre redes a través de la DMZ y redes de autoservicio para inquilinos.
* [**Reglas de firewall, NAT y VLANs**](/learn-the-platform/es/modulo-4-redes/04-firewall-nat-vlans.md) — Tipos de reglas (aceptar/descartar/rechazar, traducción NAT/PAT), orden de procesamiento de reglas, trunking de VLAN, resumen de VPN (WireGuard/IPsec) y microsegmentación.
* [**Laboratorio: Configuración de red**](/learn-the-platform/es/modulo-4-redes/lab.md) — Construir un entorno de múltiples redes con acceso externo, segmentación interna y reglas de firewall.


---

# 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/learn-the-platform/es/modulo-4-redes/04-networking.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.
