# Open Firewall on Google Cloud

## Step 1 - Locate firewall settings

### VPC network

Login to google cloud, select your project, choose VPC Network from quick access. If it not appear in Quick access then you may need to find it in View all products

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

### Firewall

From VPC network choose Firewall

<figure><img src="/files/5JWxDbwRhayzw6UvmF92" alt=""><figcaption></figcaption></figure>

## Step 2 - Create firewall rule

Choose Create Firewall Rule

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

Fill the firewall settings

* Direction of traffic: Ingress
* Action on match: Allow
* Targets: All instances
* Source IP: 0.0.0.0/0
* Port: the port you want to open eg: 2345

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

Click Create to create the rule

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


---

# Agent Instructions: 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:

```
GET https://docs.tinyinstaller.top/firewall-guides/open-firewall-on-google-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
