ritsu / ipset-fail2ban

Bash script to convert fail2ban IP addresses to an ipset blacklist
35 stars 8 forks source link

What should be the banaction choice in the jails? #7

Open debashisparial opened 3 years ago

debashisparial commented 3 years ago

What should be the banaction in the jails? can it be iptables-multiport, iptables-ipset-proto6 or any others?

melroy89 commented 1 year ago

Yes see also: https://serverfault.com/questions/1082564/fail2ban-ipset-which-conf-to-use

Try to use iptables-ipset-* nowadays instead of this custom scripting. Fail2ban now support ipset directly.