1 Don't have iptables enabled in jail.conf With ipfilter, it is always "all ports"
2 --- fail2ban-1.0.2/config/jail.conf.old 2024-01-24 12:27:51.440050976 -0500
3 +++ fail2ban-1.0.2/config/jail.conf 2024-01-24 12:28:58.458709510 -0500
5 # iptables-multiport, shorewall, etc) It is used to define
6 # action_* variables. Can be overridden globally or per
7 # section within jail.local file
8 -banaction = iptables-multiport
9 -banaction_allports = iptables-allports
11 +banaction_allports = ipfilter
13 # The simplest action to take: ban only
14 action_ = %(banaction)s[port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
19 -banaction = iptables-multiport-log
21 logpath = %(syslog_daemon)s
22 backend = %(syslog_backend)s