Is it not already compiled into netfilter so that you don't need the module?
http://www.linksysinfo.org/index.php?threads/how-to-start-string-module.68679/#post-230323
https://github.com/RMerl/asuswrt-merlin/blob/master/release/src-rt/linux/linux-2.6/config_base
Is it not already compiled into netfilter so that you don't need the module?
http://www.linksysinfo.org/index.php?threads/how-to-start-string-module.68679/#post-230323
https://github.com/RMerl/asuswrt-merlin/blob/master/release/src-rt/linux/linux-2.6/config_base
Same for ARM as well:
https://github.com/RMerl/asuswrt-me...rt-6.x.4708/linux/linux-2.6.36/config_base.6a
It's built in the kernel rather than compiled as a module.
CONFIG_NETFILTER_XT_MATCH_STRING=y
-m string --string
Okey thas god but how to use it then ? I started with modeprobe but itsn't needed now?
Just use??
iptables -I FORWARD -p tcp -m string --string "blockword" --algo bm --from 1 --to 600 -j REJECT --reject-with tcp-rst
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!