# Network configuration

To install Pentaho Data Mastering, you must open the following ports in the firewall settings and respective security rules. The CIDRs are for each port to accept the traffic:

| Type       | Protocol | Port range | Source (Customer defined CIDR) |
| ---------- | -------- | ---------- | ------------------------------ |
| Custom TCP | TCP      | 4317       | 0.0.0.0/0                      |
| Custom TCP | TCP      | 13133      | 0.0.0.0/0                      |
| SSH        | TCP      | 22         | 0.0.0.0/0                      |
| PostgreSQL | TCP      | 5432       | 0.0.0.0/0                      |
| Custom TCP | TCP      | 8888       | 0.0.0.0/0                      |
| Custom TCP | TCP      | 5080       | 0.0.0.0/0                      |
| Custom TCP | TCP      | 24224      | 0.0.0.0/0                      |
| HTTP       | TCP      | 80         | 0.0.0.0/0                      |
| Custom TCP | TCP      | 8080       | 0.0.0.0/0                      |
| Custom TCP | TCP      | 4318       | 0.0.0.0/0                      |


---

# 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.pentaho.com/pentaho-data-mastering/installing-pentaho-data-mastering/pre-requisites-for-installing-master-data-management/network-configuration.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.
