iptables logging non-functional ?

tne

New Member
Apr 6, 2021
9
0
1
55
Hi.

I've got some iptables rules that need to log traffic, using, for example:

Code:
iptables -A FORWARD -s $MNGT_PC -j LOG

However no log appear in the syslog nor the kern.log files.

rsyslog.conf seems to be correctly set up.

What am I missing ?