iptables 要修改 ip_pkt_list_tot
按照网上资料
在 /etc/modprobe.d/下新建文件,内容为 options xt_recent ip_list_tot=1024 ip_pkt_list_tot=200
停止 iptables 后 modprobe -r xt_recent 再重启 iptables
但 200 的数值还不够,如果设置为 1000 则会出错,如何能突破这一限制呢?
按照网上资料
在 /etc/modprobe.d/下新建文件,内容为 options xt_recent ip_list_tot=1024 ip_pkt_list_tot=200
停止 iptables 后 modprobe -r xt_recent 再重启 iptables
但 200 的数值还不够,如果设置为 1000 则会出错,如何能突破这一限制呢?