On 2013-05-04 12:41 PM, Nick Khamis <sym...@gmail.com> wrote:
Some searching caused me to make sure that I have the correct modules loaded:

modprobe ipt_LOG

Module                  Size  Used by
iptable_nat             3220  0
nf_nat                 11228  1 iptable_nat
ipt_LOG                 6454  0
ipt_REJECT              1917  3
nf_conntrack_ipv4       9141  10 nf_nat,iptable_nat
nf_defrag_ipv4           847  1 nf_conntrack_ipv4
iptable_filter           988  1
ip_tables               8370  2 iptable_filter,iptable_nat

What kernel version?

I had the same problem after an update to 3.7.10, had to enable some new options:

CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y

Not sure if they are all needed though...

Reply via email to