> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/hi-gio-user-guide-vn/network/3.-load-balancer/mo-firewall-rule-de-public-service-ra-internet.md).

# Mở Firewall Rule để Public Service ra Internet

## <mark style="color:green;">**Tổng quan**</mark> <a href="#overview" id="overview"></a>

Edge Gateway firewall mặc định trên Tenant được đặt thành **Deny all**. Chúng ta phải tạo các quy tắc tường lửa cho lưu lượng truy cập đến các virtual service từ internet.

Thông tin chi tiết ở [edge way firewall.](/hi-gio-user-guide-vn/network/1.-lam-viec-voi-mang-network/su-dung-edge-gateway-firewall.md)

## <mark style="color:green;">Quy trình</mark> <a href="#id-2.-guidance" id="id-2.-guidance"></a>

{% tabs %}
{% tab title="I. Tạo IP set" %}
**Bước 1**: Đăng nhập vào HI GIO PORTAL với tư cách Organization Administrator và điều hướng đến **Networking > Edge Gateway > Security > IP Sets.**

**Bước 2:** Nhấn **NEW** để định nghĩa **IP Set cho VIPs.**

* ***Name:*** Nhập tên cho IP Set (ví dụ: VIP-Web)
* ***IP Address:*** Nhập Địa chỉ IP hoặc Dải IP (đây là IP của VIP đã được tạo trước đó).

<figure><img src="/files/d5DTY8nseqDqdENB8XfQ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="II. Tạo Quy tắc Firewall Edge" %}
**Bước 1**: Đăng nhập vào HI GIO PORTAL với tư cách Organization Administrator và điều hướng đến **Networking > Edge Gateway > Services > Firewall.**

**Bước 2:** Nhấn **EDIT RULES** để thêm quy tắc mới cho VIPs.

<figure><img src="/files/tGS3Gnnp98dHupw5BL2g" alt=""><figcaption></figcaption></figure>

* ***Name:** Nhập tên quy tắc (ví dụ: Allow\_VSWeb)*
* ***Applications:** Chọn các loại ứng dụng của bạn (ví dụ: HTTP và HTTPS)*
* ***Source:** Chọn **Any** (cho người dùng internet)*
* ***Destination:** Chọn IP Set đã cấu hình trước đó (ví dụ: VS\_192.168.2.10)*
* ***Action:** Chọn Allow*

**Bước 3**: Nhấn **Save** để hoàn tất việc chỉnh sửa quy tắc.

<figure><img src="/files/pCxYsyRrLA9toNg57bc5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Trong trường hợp môi trường của bạn sử dụng **Distributed Firewall**, bạn cần tạo và phân phối các quy tắc tường lửa cho **virtual service** và **pool**.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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.higiocloud.vn/hi-gio-user-guide-vn/network/3.-load-balancer/mo-firewall-rule-de-public-service-ra-internet.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.
