# Allow ICMP for ping

## Allow ICMP for ping

Navigate to the dashboard, click on the server, and open your instance.

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

## Create Security Group

Click on the **security group**

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

### Add rules

Click on the view and open the **Add Rule section**

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

To enable internet access, configure the system to allow ICMP protocol and open **ports 80, 53, and 443.**

For ICMP to follow these steps-

**Rule** :- custom protocol

**Description**:- For ICMP

**Direction**: Allow ingress and egress to one by one

**Open Port**:- All Port

**Protocol**: ICMP

**Remote**: Select CIDR

**CIDR**:- 0.0.0.0/0

**Ether type**:- IPv4

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

Same as for the **egress rule.**

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

Now we can see all ports are allowed.

<figure><img src="/files/fiNfOM4LcnioiLL0uDwQ" 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.neevcloud.com/neevcloud-products/networking/security-groups/allow-icmp-for-ping.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.
