Log nftables: Difference between revisions

From Coolscript
Jump to navigation Jump to search
(Created page with "Log kernel message like nftables or iptables to a different log. Sample: <br> /etc/rsyslog.conf ############### #### RULES #### ############### # # First some standard...")
 
No edit summary
Line 13: Line 13:
  ''':msg,regex,"IN=.*OUT=.*SRC=.*DST="      -/var/log/firewall.log'''
  ''':msg,regex,"IN=.*OUT=.*SRC=.*DST="      -/var/log/firewall.log'''
  '''& stop'''
  '''& stop'''
Attention: don't forget to configure logrotate

Revision as of 22:07, 13 April 2022

Log kernel message like nftables or iptables to a different log.

Sample:
/etc/rsyslog.conf

###############
#### RULES ####
###############
#
# First some standard log files.  Log by facility.
#

:msg,regex,"IN=.*OUT=.*SRC=.*DST="      -/var/log/firewall.log
& stop


Attention: don't forget to configure logrotate