docs: update linux/linux-firewall
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Firewall Linux
|
||||
description: Firewall Konfiguration unter Linux
|
||||
published: true
|
||||
date: 2026-03-16T00:16:49.388Z
|
||||
date: 2026-03-16T00:18:21.422Z
|
||||
tags: firewall, linux
|
||||
editor: markdown
|
||||
dateCreated: 2026-03-15T23:56:44.726Z
|
||||
@@ -42,4 +42,10 @@ sudo ufw enable
|
||||
Die Maschine neustarten und danach prüfen:
|
||||
```bash
|
||||
sudo ufw status numbered
|
||||
```
|
||||
```
|
||||
## Empfehlungen Firewall Einstellungen
|
||||
1) SSH Bruteforce Schutz
|
||||
```bash
|
||||
ufw limit 22/tcp
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user