FC5下面已经自带了很多模块 最近我想试下string 的模块
insmod ipt_string lsmod 已经看到加载了
但是一用
iptables -I FORWARD -d 192.168.0.0/24 -m string --string "宽频影院" -j DROP
就说
iptables v1.3.5-20060719: STRING match: You must specify `--algo'
Try `iptables -h' or 'iptables --help' for more information.
不知道有没人用过
和问题出在那里!?
刚看到一篇文章说 string 不支持2.6的内核 既然不支持 还把模块放系统里面干吗 真搞不懂 就好象connlimit 一样 明明没有模块在 /lib/iptables 里面却有
/libipt_connlimit.so的文件
使用iptables -m string -help 既然可以
是不是string 这个模块在2.6内核和2.4不同啊?
help 也没什么帮助
[ 本帖最后由 matser 于 2006-7-22 11:12 编辑 ]