> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/getting-started/datasheet/pam/requerimentos/requisitos-de-redes-e-conectividade.md).

# Requisitos de redes e conectividade

{% hint style="danger" %}
Após implementado, o servidor PAM nao requer nenhum acesso para a internet, BLOQUEIE PARA SEGURANÇA\
\
Recomendamos a implementação do PAM em r**edes segmentadas e segregadas**, se a sua infraestrutura de redes nao segue essa padronização, o PAM nao atenderá na sua efetividade, procure regularizar a sua rede antes da contratação do PAM para sua segurança.
{% endhint %}

### Comunicação de redes

<table><thead><tr><th>Origem</th><th>Destino</th><th width="104.49609375">Serviço</th><th width="94.9921875">Porta</th><th width="248.8203125">Detalhamento</th></tr></thead><tbody><tr><td>PAM USERS</td><td>PAM SERVER</td><td>HTTP</td><td>80</td><td>Acesso PAM HTTP</td></tr><tr><td>PAM USERS</td><td>PAM SERVER</td><td>HTTPS</td><td>443</td><td>Acesso PAM HTTPS</td></tr><tr><td>PAM USERS</td><td>PAM SERVER</td><td>SSH</td><td>2222</td><td>Acesso PAM por linha de comando</td></tr><tr><td>PAM SERVER</td><td>JUMP PAM WEB SERVER</td><td>SSH</td><td>22</td><td>Servidor PAM se conecta no servidor WEB para popular o agent e mecanismo de controle</td></tr><tr><td>PAM SERVER</td><td>JUMP PAM WEB SERVER</td><td>RDP</td><td>3389</td><td>Servidor PAM se conecta no servidor WEB para popular o agent e mecanismo de controle</td></tr><tr><td>JUMP PAM WEB SERVER</td><td>PAM SERVER</td><td>HTTPS</td><td>443</td><td>Servidor WEB precisa se autenticar no PAM Server</td></tr><tr><td>JUMP PAM WEB SERVER</td><td>PAM SERVER</td><td>HTTP</td><td>80</td><td>Servidor WEB precisa se autenticar no PAM Server</td></tr><tr><td>JUMP PAM WEB SERVER</td><td>INTERNET</td><td>...</td><td>...</td><td>Liberação de acordo com as portas a serem acessadas, HTTP, HTTPS, URL:8080, ... precisa analisar as URLs que serão publicadas no PAM</td></tr><tr><td>Seu Zabbix server</td><td>PAM SERVER</td><td>Agent Zabbix</td><td>10050</td><td>Agent V1</td></tr><tr><td>Seu Zabbix server</td><td>Asset cadastrado no PAM</td><td>WinRM</td><td>5985</td><td>Execução remota de automação.</td></tr></tbody></table>


---

# 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://wiki.datadike.com/getting-started/datasheet/pam/requerimentos/requisitos-de-redes-e-conectividade.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.
