> For the complete documentation index, see [llms.txt](https://help.airport.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.airport.software/installation/server/firewall-einstellungen.md).

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