Hello,
I'm trying to use the ULOG netfilter target.
I think I installed all the required packages:
root@OpenWrt:~# ipkg list_installed|grep ulog
iptables-mod-ulog - 1.3.3-1 - Iptables (IPv4) extension for user-space packet logging
kmod-ipt-ulog - 2.4.30-brcm-2 - Netfilter (IPv4) kernel module for user-space packet logging
ulogd - 1.23-2 - Netfilter userspace logging daemon
ulogd-mod-extra - 1.23-2 - Netfilter userspace logging daemon (extra plugins)
I also loaded the kernel module:
root@OpenWrt:~# lsmod
Module Size Used by Tainted: P
ipt_ULOG 3760 0 (unused)
wlcompat 14688 0 (unused)
wl 423640 0 (unused)
et 32064 0 (unused)
diag 2560 0 (unused)
But inserting such a rule doesn't work:
root@OpenWrt:~# iptables -L OUTPUT
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@OpenWrt:~# iptables -A OUTPUT -p icmp -j ULOG
iptables: target `ULOG' v1.3.3 (I'm v1.3.1).
root@OpenWrt:~# iptables -L OUTPUT
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@OpenWrt:~#
The LOG target f.e. works without problems.
Any idea, what i did wrong?
