grsec and iptables LOG
Posted: Sat Feb 16, 2013 2:05 pm
Hello, with default kernel on Debian 3.2.0-4-686-pae iptables LOG work, but with grsec kernel 3.7.7-grsec (with made old config) don't work ("iptables: No chain/target/match by that name.")
any idea how fix it?
- Code: Select all
+ iptables -A INPUT -p icmp --icmp-type echo-request -m limit --limit 1/s -j LOG --log-prefix 'Ping: '
iptables: No chain/target/match by that name.
- Code: Select all
# diff <(egrep -i "netfilter|iptables" /boot/config-3.2.0-4-686-pae | grep -v ^#) <(egrep -i "netfilter|iptables" /boot/config-3.7.7-grsec | grep -v ^#)
43a44
> CONFIG_NETFILTER_XT_MATCH_ECN=m
any idea how fix it?