add firewalld log following

This commit is contained in:
2026-04-06 11:45:06 -04:00
parent 9eb79d34f1
commit 67b644005a

View File

@@ -23,6 +23,10 @@ firewall-cmd --info-service=samba
# Get zone information # Get zone information
firewall-cmd --info-zone=drop firewall-cmd --info-zone=drop
# Logging
firewall-cmd --set-log-denied=all
dmesg --follow | egrep -i 'REJECT|DROP'
``` ```
## Inspecting Zones ## Inspecting Zones