add firewalld inspection notes

This commit is contained in:
2025-11-18 09:57:00 -05:00
parent 5161dced6e
commit b75aac76c2

View File

@@ -20,4 +20,14 @@ firewall-cmd --info-service=samba
# Get zone information # Get zone information
firewall-cmd --info-zone=drop firewall-cmd --info-zone=drop
```
## Inspecting Zones
```bash
# List all active rules
firewall-cmd --list-all
# Log all denies
firewall-cmd --set-log-denied=all
``` ```