From dd8b8b73dffe47b9561620a98ae457d539368c25 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 16 Mar 2026 00:02:54 +0000 Subject: [PATCH] docs: update linux/linux-firewall --- linux/linux-firewall.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linux/linux-firewall.md b/linux/linux-firewall.md index 904047d..954d55c 100644 --- a/linux/linux-firewall.md +++ b/linux/linux-firewall.md @@ -2,7 +2,7 @@ title: Firewall Linux description: Firewall Konfiguration unter Linux published: true -date: 2026-03-16T00:01:09.348Z +date: 2026-03-16T00:02:52.355Z tags: firewall, linux editor: markdown dateCreated: 2026-03-15T23:56:44.726Z @@ -11,11 +11,12 @@ dateCreated: 2026-03-15T23:56:44.726Z # Firewall in Linux konfigurieren ## 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 +1) Welche Ports aktuell verwendet werden prüft man mit dem Befehl: ```bash sudo ss -tulpen ``` -2) Firewall-Status prüfen +2) Firewall-Status prüfen mit dem Befehl: +Mögliche Ausgabe Status: `active` oder `inactive`. ```bash sudo ufw status ```