> 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

Lista de अनुमति del firewall saliente para sistemas VergeOS: puertos y destinos necesarios para llegar al Servidor de actualizaciones y al Marketplace.

Si su sistema VergeOS funciona detrás de un firewall de salida restrictivo o un proxy, debe permitir el acceso saliente a la **Servidor de actualizaciones**. El acceso a la **Marketplace** es opcional, pero es necesario si desea usar 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 aislamiento de red. Consulte [Solicitud de una licencia de aislamiento de red](/knowledge-base/es/system-administration/requesting-an-airgap-license.md).
{% endhint %}

## Acceso saliente

| Servicio                    | Requerido | Protocolo | Puerto | IP de origen       |
| --------------------------- | --------- | --------- | ------ | ------------------ |
| Servidor de actualizaciones | Sí        | TCP       | 443    | IP de gestión (UI) |
| Marketplace                 | No        | TCP       | 443    | IP de gestión (UI) |

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

## Cómo encontrar los FQDN de destino

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

### URL del servidor de actualizaciones

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

### URL del Marketplace

1. Desde el menú superior, vaya a **Repositorios > Lista**.
2. Ubique la **Marketplace** entrada y anote su URL (p. ej., `https://marketplace.vergeos.com`).

Permita el 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/es/automatizacion/marketplace-vm-recipes.md)
* [Licencias y actualizaciones de software](/run-the-platform/es/administracion-del-sistema/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.
