issue with nfnetlink_log and loading it

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a strange problem, I am running kernel 3.10 with ULOG, and want
to move to NFLOG.

I have the correct nfnetlink_log.ko module and loading the module
works fine when checked with lsmod.

The problem is that in order to switch from ULOG to NFLOG, we need to
ask the system to activate NFLOG with echo "nfnetlink_log" >
/proc/sys/net/netfilter/nf_log/2 (IPv4). But as you see from the
output below, nfnetlink_log doesnt make itself available :

[be@bt]# cat /proc/net/netfilter/nf_log
 0 NONE ()
 1 NONE ()
 2 NONE ()
 3 NONE ()
 4 NONE ()
 5 NONE ()
 6 NONE ()
 7 NONE ()
 8 NONE ()
 9 NONE ()
10 NONE ()
11 NONE ()
12 NONE ()

[be@bt]# modprobe nfnetlink_log
[be@bt]# modprobe xt_NFLOG
[be@bt]# lsmod | grep NFLOG
xt_NFLOG               12537  0
nfnetlink_log          17972  1 xt_NFLOG

[be@bt]# lsmod | grep -i log
xt_NFLOG               12537  0
nfnetlink_log          17972  1 xt_NFLOG
nfnetlink              14650  5 nfnetlink_log,nfnetlink_queue,ip_set

[be@bt]# cat /proc/net/netfilter/nf_log
 0 NONE ()
 1 NONE ()
 2 NONE ()
 3 NONE ()
 4 NONE ()
 5 NONE ()
 6 NONE ()
 7 NONE ()
 8 NONE ()
 9 NONE ()
10 NONE ()
11 NONE ()
12 NONE ()

I rmmod-ed ULOG hence the empty brackets.

Can someone please point me in the correct direction.

Thanks,
Rich
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux