docs: update linux/linux-firewall

This commit is contained in:
2026-03-16 00:13:46 +00:00
committed by Norsotec
parent 8475b3bbd4
commit 297cf76772

View File

@@ -2,7 +2,7 @@
title: Firewall Linux title: Firewall Linux
description: Firewall Konfiguration unter Linux description: Firewall Konfiguration unter Linux
published: true published: true
date: 2026-03-16T00:11:57.931Z date: 2026-03-16T00:13:44.032Z
tags: firewall, linux tags: firewall, linux
editor: markdown editor: markdown
dateCreated: 2026-03-15T23:56:44.726Z dateCreated: 2026-03-15T23:56:44.726Z
@@ -33,4 +33,9 @@ ufw allow 3010/tcp
ufw allow 2222/tcp ufw allow 2222/tcp
ufw allow 21115:21119/tcp ufw allow 21115:21119/tcp
ufw allow 21115:21119/udp ufw allow 21115:21119/udp
```
## Firewall einschalten
Mit diesem Befehl schaltet man die Firewall ein:
```bash
sudo ufw enable
``` ```