Opened 3 years ago
Last modified 13 months ago
#19661 new enhancement
IPTABLES TRACE
Reported by: | anonymous | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Chaos Calmer 15.05 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
Please add this module!!!
Attachments (0)
Change History (6)
comment:1 Changed 3 years ago by anonymous
comment:2 Changed 3 years ago by anonymous
Finally, after 4 years, the solution!!!
comment:3 Changed 3 years ago by anonymous
Thanks to plntyk!!!
comment:4 in reply to: ↑ description Changed 3 years ago by kelper
RTFW !!!
comment:5 Changed 21 months ago by fheinz@…
Unfortunately, as of today, the paste.debian.net link doesn't lead anywhere. Anybody remembers what it said?
comment:6 Changed 13 months ago by lsoltero
anybody please?
on CC 15.0.1 with
CONFIG_DEFAULT_iptables=y
CONFIG_PACKAGE_iptables=y
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
CONFIG_PACKAGE_iptables-mod-extra=y
CONFIG_PACKAGE_iptables-mod-ipopt=y
CONFIG_PACKAGE_iptables-mod-ipsec=y
CONFIG_PACKAGE_iptables-mod-ulog=y
CONFIG_PACKAGE_kmod-ipt-conntrack=y
CONFIG_PACKAGE_kmod-ipt-conntrack-extra=y
CONFIG_PACKAGE_kmod-ipt-core=y
CONFIG_PACKAGE_kmod-ipt-debug=y
CONFIG_PACKAGE_kmod-ipt-extra=y
CONFIG_PACKAGE_kmod-ipt-ipopt=y
CONFIG_PACKAGE_kmod-ipt-ipsec=y
CONFIG_PACKAGE_kmod-ipt-ipset=y
CONFIG_PACKAGE_kmod-ipt-nat=y
CONFIG_PACKAGE_kmod-ipt-nflog=y
CONFIG_PACKAGE_kmod-ipt-ulog=y
and
lsmod | grep TRACE
xt_TRACE 720 0
and
root@OpenWrt:~# lsmod | grep LOG
nfnetlink_log 6266 1 xt_NFLOG
xt_LOG 976 0
xt_NFLOG 848 0
i get
root@OpenWrt:~# iptables -t raw -A OUTPUT -p icmp -j TRACE
iptables v1.4.21: Couldn't load target `TRACE':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
so not sure why iptables is complaining since TRACE is loaded into the kernel (so is log) yet it seems that the traget is not recognized.
it would be very helpful to know what was in the debian.net posting that no longer exists.
--luis
<*> kmod-ipt-debug.......................... Module for debugging/development
Doesn't fix it!
root@router:~# iptables -t raw -I OUTPUT -p icmp -j TRACE
iptables v1.4.21: Couldn't load target `TRACE':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
root@router:~#