我碰到一个问题,我把iptables.2.7a 升到到了 2.8 并且打了patch-o-matic 补丁,正常编译完内核,但是 iplimit 功能还是不能正常使用,提示iptables: No chain/target/match by that name,,提示找不到相匹配的链表,但是我已经 iptables -N 建了链。 但是提示No chain/target/match by that name
执行所有相关到iplimit 都是提示iptables: No chain/target/match by that name
比如最简单的 iptables -t mangle -I INPUT -p tcp -m iplimit -iplimit--above 100 --iplimit-mask 255.255.255.255 -j DROP