# Comunicações de rede

Em alguns casos, você pode precisar configurar um servidor em uma rede privada que utiliza portas não padronizadas, mas utiliza um roteador ou firewall na frente para realizar o mapeamento de portas. Portanto, mesmo que o servidor utilize portas não padronizadas de forma privada, as portas públicas são as portas padrão 80 e 443. Você precisa instruir o MeshCentral a se conectar às portas privadas, mas fingir que está usando as outras portas padrão ao se comunicar publicamente. Para que isso funcione, o MeshCentral suporta aliasing de porta.

443

4430

800

|                                                            |                    |
| ---------------------------------------------------------- | ------------------ |
| <https://docs.microsoft.com/en-us/windows/win32/api/_wua/> | Busca atualizaçoes |
|                                                            |                    |
|                                                            |                    |


---

# 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://wiki.datadike.com/getting-started/datasheet/sonar/arquitetura-e-requerimentos/comunicacoes-de-rede.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.
