# Firewall-Einstellungen

## Ausgehende Kommunikation

Für den Abruf von Programm-Updates, für die Flugplan-Datenbereitstellung und ggf. weitere externe Kommunikation müssen folgende **ausgehende** Verbindungen zugelassen werden:

* <https://server.airport-software.com>
* <https://www.airport-software.com>
* <https://core.estatistik.de>
* <https://aviationweather.gov> oder <https://flugwetter.de> (je nachdem, ob US-Wetterdienst oder DWD genutzt werden)
* ssh.strato.de (Port: 22)
* mail.aim.dfs.de (Port: 25)

## Eingehende Kommunikation

Eingehende Kommunikation zum Server erfolgt ausschließlich im lokalen Netzwerk von den Arbeitsplätzen zum Server. **Diese Ports sind&#x20;**<mark style="color:red;">**nicht**</mark>**&#x20;für externe eingehende Kommunikation zu öffnen!**

* Port des SQL Servers (1433, soweit nicht abweichend festgelegt)
* Port der Kommunikationsdienste (4502)

Sofern Webserver-Funktionen auf Ihrem Server zum Einsatz kommen (z.B. Flugzeug-Reservierungssystem oder Mobile Services), sind die folgenden Ports zusätzlich für eingehende Verbindungen freizuschalten. In Ihrem Router muss ggf. ein entsprechendes Port-Forwarding für diese Ports eingerichtet werden, wenn der Webserver auch von Extern erreicht werden soll:

* HTTP - 80
* HTTPS - 443 (inkl. SSL Server-Zertifikat)


---

# 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://help.airport.software/installation/server/firewall-einstellungen.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.
