|
发表于 2010-3-12 15:38:42
|
显示全部楼层
有安装过,但用iptables时,提示iptables: No chain/target/match by that name.
详见:
http://code.google.com/p/scholarzhang/issues/detail?id=10
安装时需要手动拷贝几个文件:
cp extensions/libxt_ZHANG.so /lib/xtables/libipt_ZHANG.so
要不然会找不到文件:
- iptables -A INPUT -p tcp --sport 80 --tcp-flags FIN,SYN,RST,ACK SYN,ACK -m state --state ESTABLISHED -m set --match-set NOCLIP src -j ZHANG
- iptables v1.4.7: Couldn't load target `ZHANG':/lib/xtables/libipt_ZHANG.so: cannot open shared object file: No such file or directory
- Try `iptables -h' or 'iptables --help' for more information.
复制代码 |
|