> 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/learn-the-platform/vi/module-4-mang.md).

# Module 4: Mạng

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-4-mang/04-networking.md): Cấu hình mạng ngoài và mạng trong, VLAN, quy tắc tường lửa và định tuyến động trong VergeOS.
- [Khái niệm & loại mạng](https://docs.verge.io/learn-the-platform/vi/module-4-mang/01-network-concepts.md): Hiểu kiến trúc VergeFabric SDN, năm loại mạng của VergeOS, các dịch vụ mạng tích hợp sẵn và cách lưu lượng đi qua hệ thống.
- [Phòng lab: Cấu hình mạng](https://docs.verge.io/learn-the-platform/vi/module-4-mang/lab.md): Xây dựng một môi trường VergeOS đa mạng với truy cập bên ngoài, phân đoạn nội bộ, VLAN và quy tắc tường lửa.
- [Mạng ngoài](https://docs.verge.io/learn-the-platform/vi/module-4-mang/02-external-networks.md): Tìm hiểu cách tạo và cấu hình các mạng ngoài của VergeOS — kết nối môi trường của bạn với hạ tầng LAN, WAN và Internet phía trên bằng VLAN, bonding, IP tĩnh và tính sẵn sàng cao.
- [Mạng nội bộ & DHCP/DNS](https://docs.verge.io/learn-the-platform/vi/module-4-mang/03-internal-networks.md): Tạo và quản lý các mạng ảo cô lập trong VergeOS với DHCP, DNS tích hợp sẵn, định tuyến giữa các mạng qua DMZ và mạng tự phục vụ cho tenant.
- [Quy tắc tường lửa, NAT & VLAN](https://docs.verge.io/learn-the-platform/vi/module-4-mang/04-firewall-nat-vlans.md): Làm chủ các quy tắc mạng của VergeOS — chính sách tường lửa, chuyển đổi NAT/PAT, tuyến tĩnh, trunking VLAN, kết nối VPN và các chiến lược vi phân đoạn.


---

# 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/learn-the-platform/vi/module-4-mang.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.
