> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/untitled.md).

# HA 、橋接網路與整合防火牆

#### 高可用性叢集 <a href="#high_availability_cluster" id="high_availability_cluster"></a>

多節點Proxmox VE HA群集可定義高可用性虛擬服務器。Proxmox VE HA群集基於成熟的Linux HA技術，可提供穩定和可靠的HA服務。

#### 靈活的網絡 <a href="#flexible_networking" id="flexible_networking"></a>

Proxmox VE使用橋接網絡模型。所有虛擬機都可以共享一個網橋，就像每個來賓的虛擬網絡電纜都插入同一交換機一樣。為了將VM連接到外部世界，網橋連接到物理網卡並分配了TCP / IP配置。

為了獲得更大的靈活性，可以使用VLAN（IEEE 802.1q）和網絡綁定/聚合。這樣，可以利用Linux網絡堆棧的全部功能為Proxmox VE主機構建複雜，靈活的虛擬網絡。

#### 整合防火牆 <a href="#integrated_firewall" id="integrated_firewall"></a>

整合防火牆允許您在任何VM或Container接口上過濾網路封包。常見的防火牆規則集可以分為“安全組”。


---

# 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://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/untitled.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.
