What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Use -j TRACE in IPTables

smcgrath12

Occasional Visitor
I posted this a while back under a different topic, but should have made a new thread.

So, I would like to use the target of “TRACE” (instead of peppering the firewall start script with LOG target). I did some research and I found that I need to run “modprobe ipt_LOG”, but when I do that I get an error about the module not being available in “modprobe.dep”....

Another suggestion was to use “modprobe xt_LOG” which doesn’t work either.

Another suggestion was to use “sysctl proc.net.netfilter.nf_log.2=ipt_LOG”. Now, without running any sysctl command, when I “cat /proc/net/netfilter/nf_log”, I get “2 ipt_LOG (nfnetlink_log, ipt_LOG) for the line for “2”. So, I am guessing that this step is already done.

Now, assuming that TRACE is fact available, do I need to use “-m Something” for TRACE to be available? Is it why its failing?

So, I am at a dead end with my minimal knowledge. Is using TRACE possible and if so, can someone guide me on the commands that I need to run to make it available?

Are there any other ways to mimic TRACE functionality in the router?

I am running Merlin version 384.9 on AC68 router...
 
Last edited:
The TRACE Netfilter module is not part of the firmware.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top