Deployment Architecture

How to monitor firewall in Linux?

test_qweqwe
Builder

Hallo~!.
Someone monitoring Linux firewall?
How did you realize it?

Because windows firewall is easy to monitor.

0 Karma
1 Solution

HiroshiSatoh
Champion

By default the reject log is not recorded.
To set it entirely (regardless of the zone), enable it with the --set-log-denied option.

firewall-cmd - set-log-denied all

It is recorded in facility.level = kern.warning of syslog.
Please check "/var/log/messages".

View solution in original post

HiroshiSatoh
Champion

By default the reject log is not recorded.
To set it entirely (regardless of the zone), enable it with the --set-log-denied option.

firewall-cmd - set-log-denied all

It is recorded in facility.level = kern.warning of syslog.
Please check "/var/log/messages".

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...