docs: update linux/linux-firewall
This commit is contained in:
@@ -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:13:44.032Z
|
date: 2026-03-16T00:15:45.043Z
|
||||||
tags: firewall, linux
|
tags: firewall, linux
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-03-15T23:56:44.726Z
|
dateCreated: 2026-03-15T23:56:44.726Z
|
||||||
@@ -38,4 +38,8 @@ ufw allow 21115:21119/udp
|
|||||||
Mit diesem Befehl schaltet man die Firewall ein:
|
Mit diesem Befehl schaltet man die Firewall ein:
|
||||||
```bash
|
```bash
|
||||||
sudo ufw enable
|
sudo ufw enable
|
||||||
|
```
|
||||||
|
Danach prüfen:
|
||||||
|
```bash
|
||||||
|
sudo ufw status numbered
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user