Search This Blog

Wednesday, March 06, 2013

Re: problem with recent module

Samuel Rios Carvalho wrote at 2013-03-06 10:58 -0600:
> I found that hitcount by default is 20. I need at least 30.
>
> I add this line in /etc/modprobe.d/options (i created this file)
>
> options ipt_recent ipt_pkt_list_tot=30
>
> So, I restart server and I run those two lines of iptables, but in dmesg
> show this error and the module doesn´t load.
>
> xt_recent: Unknown parameter `ipt_pkt_list_tot'

You should not need to use any special module parameters. Just
specify all parameters in your iptables rule according to the `recent`
module documentation in the iptables manual.

No comments: