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

# VergeOS 的出站防火墙要求

如果您的 VergeOS 系统位于严格限制出站流量的防火墙或代理之后，您必须允许对 **更新服务器**。访问 **Marketplace** 是可选的，但如果您想使用 Verge.io 提供的配方，则为必需。本文章说明需要允许哪些内容，以及如何为您的环境找到准确的目标地址。

{% hint style="success" %}
无法允许任何出站互联网访问的系统需要特殊的气隙许可证。请参阅 [请求气隙许可证](/knowledge-base/zh/getting-started/requesting-an-airgap-license.md).
{% endhint %}

## 出站访问

| 服务          | 必需 | 协议  | 端口  | 源 IP     |
| ----------- | -- | --- | --- | -------- |
| 更新服务器       | 是  | TCP | 443 | 管理/UI IP |
| Marketplace | 否  | TCP | 443 | 管理/UI IP |

所有出站流量均源自您的系统的 **管理（UI）IP 地址** ——而不是来自各个节点的 IP。

## 查找目标 FQDN

VergeOS 可能会通过不同的主机名为不同区域提供服务。请直接在您的 UI 中找到确切的目标地址：

### 更新服务器 URL

1. 导航到 **系统 > 更新**.
2. 该 **URL** 仪表板上的字段显示更新服务器地址（例如， `https://updates.vergeos.com`).

### 市场 URL

1. 从顶部菜单导航到 **存储库 > 列表**.
2. 找到 **Marketplace** 条目，并记录其 URL（例如， `https://marketplace.vergeos.com`).

允许从您的管理 IP 向这些主机名中的每一个发出出站 TCP 443 流量。

## 其他资源

* [VergeOS 市场](/automate-protect-and-extend/automation/marketplace-vm-recipes.md)
* [许可证和软件更新](/run-the-platform/system-administration/licensing-and-updates.md)

***

{% hint style="info" %}
**文档信息**

* 最后更新：2026-06-03
* 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/zh/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.
