LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1167|回复: 2

iptables关于connlimit的问题

[复制链接]
发表于 2008-10-3 22:17:37 | 显示全部楼层 |阅读模式
debian:/# iptables -A INPUT -p tcp -m connlimit --connlimit-above 20 -j DROP
iptables: Invalid argument

我这样写看上去没有问题为什么会说参数无效呢?
发表于 2008-10-5 16:13:30 | 显示全部楼层
Post by pdaliu;1889923
debian:/# iptables -A INPUT -p tcp -m connlimit --connlimit-above 20 -j DROP
iptables: Invalid argument

我这样写看上去没有问题为什么会说参数无效呢?


use the command:

iptables -m connlimit  --help

if display like this:
iptables v1.4.0: Couldn't load match `connlimit':/lib/iptables/libipt_connlimit1.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

so you will to patch the kernel and iptables ,and recompile it.
回复 支持 反对

使用道具 举报

发表于 2008-10-10 10:45:07 | 显示全部楼层
要重新打内核补丁
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表