docs: update linux/linux-firewall
This commit is contained in:
@@ -2,11 +2,20 @@
|
||||
title: Firewall Linux
|
||||
description: Firewall Konfiguration unter Linux
|
||||
published: true
|
||||
date: 2026-03-15T23:56:44.726Z
|
||||
date: 2026-03-16T00:01:09.348Z
|
||||
tags: firewall, linux
|
||||
editor: markdown
|
||||
dateCreated: 2026-03-15T23:56:44.726Z
|
||||
---
|
||||
|
||||
# Firewall in Linux konfigurieren
|
||||
Your content here
|
||||
## Firewall Status prüfen
|
||||
Wenn man per per SSH verbunden ist, kann man das in 3 Schritten überprüfen:
|
||||
1) Welche Ports aktuell verwendet werden
|
||||
```bash
|
||||
sudo ss -tulpen
|
||||
```
|
||||
2) Firewall-Status prüfen
|
||||
```bash
|
||||
sudo ufw status
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user