Rsyslog firewall Regel
Version vom 1. März 2023, 08:18 Uhr von Thomas.will (Diskussion | Beiträge) (→Prevent rsyslog logging to /var/log/syslog)
Prevent rsyslog logging to /var/log/syslog
Arbeitsverzeichni
- cd /etc/rsyslog.d/
iptables
- 10-iptables.conf
if $msg contains '-iptables-' then /var/log/firewall & ~
nftables
- 10-nftables.conf
if $msg contains '-nftables-' then /var/log/firewall & ~