|
发表于 2010-3-17 11:41:14
|
显示全部楼层
“注意ipset的版本应该大于4.2,否则hash表扩大的时候某种参数设置可能会导致kernel oops。 ”(via:http://code.google.com/p/scholarzhang/wiki/USAGE)
这是针对上面有人出现问题:
{
# 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: Set NOCLIP doesn't exist.
Try `ipables -h' or 'iptables --help' for more information.
}
话说可以在ebuild里加上ipset版本判断的不?这样方便一些。。 |
|