[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re[2]: Is connlimit available in etch? Will it be available in future?



Dear Ansgar,
Thank you again.

Monday, October 20, 2008, 4:15:57 PM, you wrote:

>> Maybe this is a stupid question, but is the module actually loaded?
> "lsmod | grep connlimit"
Yes it is loaded.

===Command 1:
# modprobe ipt_connlimit
===Command 2:
# lsmod | grep conn
 +++Output for command 2:
                xt_connlimit            9864  0
                nf_conntrack           78576  1 xt_connlimit
                x_tables               24968  1 xt_connlimit
===Command 3:
# iptables -t filter -A INPUT -p tcp -m connlimit --connlimit-above 3 -j DROP
 +++Output for command 3:
                iptables: Invalid argument

-- 
Best regards,
 Nick    


Reply to: