Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with iptables logging (iptables: No chain/target/match by that name.)
Date: Sat, 04 May 2013 16:56:25
Message-Id: 51853D98.20608@libertytrek.org
In Reply to: [gentoo-user] Problem with iptables logging (iptables: No chain/target/match by that name.) by Nick Khamis
1 On 2013-05-04 12:41 PM, Nick Khamis <symack@×××××.com> wrote:
2 > Some searching caused me to make sure that I have the correct modules loaded:
3 >
4 > modprobe ipt_LOG
5 >
6 > Module Size Used by
7 > iptable_nat 3220 0
8 > nf_nat 11228 1 iptable_nat
9 > ipt_LOG 6454 0
10 > ipt_REJECT 1917 3
11 > nf_conntrack_ipv4 9141 10 nf_nat,iptable_nat
12 > nf_defrag_ipv4 847 1 nf_conntrack_ipv4
13 > iptable_filter 988 1
14 > ip_tables 8370 2 iptable_filter,iptable_nat
15
16 What kernel version?
17
18 I had the same problem after an update to 3.7.10, had to enable some new
19 options:
20
21 CONFIG_NETFILTER_NETLINK_LOG=y
22 CONFIG_NETFILTER_XT_TARGET_LOG=y
23 CONFIG_IP_NF_TARGET_ULOG=y
24
25 Not sure if they are all needed though...

Replies