> 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 所需的端口与目标。

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

{% hint style="success" %}
无法允许任何出站互联网访问的系统需要特殊的隔离网许可。请参见 [申请隔离网许可](/knowledge-base/zh/system-administration/requesting-an-airgap-license.md).
{% endhint %}

## 出站访问

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

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

## 查找目标 FQDN

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

### 更新服务器 URL

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

### 市场 URL

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

允许从您的管理 IP 到这些主机名的出站 TCP 443。

## 其他资源

* [VergeOS 市场](/automate-protect-and-extend/zh/zi-dong-hua/marketplace-vm-recipes.md)
* [许可和软件更新](/run-the-platform/zh/xi-tong-guan-li/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.
