Compare commits
2 Commits
54a1c723e8
...
dd8b8b73df
| Author | SHA1 | Date | |
|---|---|---|---|
| dd8b8b73df | |||
| d0c1601d45 |
@@ -2,11 +2,21 @@
|
|||||||
title: Firewall Linux
|
title: Firewall Linux
|
||||||
description: Firewall Konfiguration unter Linux
|
description: Firewall Konfiguration unter Linux
|
||||||
published: true
|
published: true
|
||||||
date: 2026-03-15T23:56:44.726Z
|
date: 2026-03-16T00:02:52.355Z
|
||||||
tags: firewall, linux
|
tags: firewall, linux
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-03-15T23:56:44.726Z
|
dateCreated: 2026-03-15T23:56:44.726Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# Firewall in Linux konfigurieren
|
# 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 prüft man mit dem Befehl:
|
||||||
|
```bash
|
||||||
|
sudo ss -tulpen
|
||||||
|
```
|
||||||
|
2) Firewall-Status prüfen mit dem Befehl:
|
||||||
|
Mögliche Ausgabe Status: `active` oder `inactive`.
|
||||||
|
```bash
|
||||||
|
sudo ufw status
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user