> 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/knowledge-base/es/networking/egress-firewall-requirements.md).

# Requisitos del firewall de salida para VergeOS

Si su sistema VergeOS funciona detrás de un firewall o proxy de salida restrictivo, debe permitir el acceso saliente al **Servidor de actualizaciones**. El acceso al **Marketplace** es opcional, pero es necesario si desea usar las recetas proporcionadas por Verge.io. Este artículo describe qué permitir y cómo encontrar los destinos exactos para su entorno.

{% hint style="success" %}
Los sistemas que no pueden permitir ningún acceso saliente a Internet requieren una licencia especial de air-gap. Consulte [Solicitud de una licencia de air-gap](/knowledge-base/es/getting-started/requesting-an-airgap-license.md).
{% endhint %}

## Acceso saliente

| Servicio                    | Obligatorio | Protocolo | Puerto | IP de origen                      |
| --------------------------- | ----------- | --------- | ------ | --------------------------------- |
| Servidor de actualizaciones | Sí          | TCP       | 443    | IP de gestión/interfaz de usuario |
| Marketplace                 | No          | TCP       | 443    | IP de gestión/interfaz de usuario |

Todo el tráfico saliente se origina en la **dirección IP de gestión (UI)** — no en las IP de los nodos individuales.

## Cómo encontrar los FQDN de destino

VergeOS puede servir diferentes regiones desde distintos nombres de host. Localice los destinos exactos directamente en su interfaz:

### URL del servidor de actualizaciones

1. Vaya a **Sistema > Actualizaciones**.
2. El **URL** campo en el panel muestra la dirección del servidor de actualizaciones (por ejemplo, `https://updates.vergeos.com`).

### URL del marketplace

1. Desde el menú superior, navega hasta **Repositorios > Lista**.
2. Localiza la **Marketplace** entrada y anote su URL (por ejemplo, `https://marketplace.vergeos.com`).

Permita TCP saliente 443 desde su IP de gestión a cada uno de estos nombres de host.

## Recursos adicionales

* [Marketplace de VergeOS](/automate-protect-and-extend/automation/marketplace-vm-recipes.md)
* [Licencias y actualizaciones de software](/run-the-platform/system-administration/licensing-and-updates.md)

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2026-06-03
* Versión de VergeOS: 26.1
  {% endhint %}


---

# 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/knowledge-base/es/networking/egress-firewall-requirements.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.
