john9527
Part of the Furniture
This was an educated guess based on your iptables -nvL output. @RMerlin recently made a change to fix a bug in the Network Services Filter (NSFW) and left the chain empty if no filters were defined. It looks like the chain may need to be terminated with an ACCEPT/logaccept or the main FORWARD chain terminated with a logaccept.Command ran and now have ACCEPT showing in the console and my splunk server!
Thank you for helping @john9527 It looks like it added logaccept to the the Chain NSFW but whats NSFW? Only searches I come back with are the typical NSFW on images meaning.
BTW.....as a temporary fix, change the command slightly to
iptables -A NSFW -j logaccept
and add it to or create a /jffs/scripts/firewall-start
Last edited: