martzuk
New Around Here
Hi,
I'm trying to modify the settings of xt_recent to allow a greater hitcount of 20, however I'm struggling to work out how.
Running modprobe ipt_recent gives me:
instmod ipt_recent gives me:
Googling tells me to run:
Anybody able to modify the max number of packets remembered some how?
I'm trying to modify the settings of xt_recent to allow a greater hitcount of 20, however I'm struggling to work out how.
Running modprobe ipt_recent gives me:
Code:
modprobe: module ipt_recent not found in modules.dep
instmod ipt_recent gives me:
Code:
insmod: 'ipt_recent.ko': module not found
Googling tells me to run:
Code:
/sbin/modprobe ipt_recent ip_list_tot=2000 ip_pkt_list_tot=255
Anybody able to modify the max number of packets remembered some how?