Isn't the rule number (1) OK but irrelevant since -I inserts at position 1 if the position is not specified. The bigger issue is that "iptables -nL" does not list the "fail2ban-Exim" chain, so either it has not been created or has been deleted. I wonder what action-start is being called?

Nick

On 20/02/2018 02:15, Bill Shirley wrote:
You have the digit 1 after your chain name (fail2ban-Exim) which shouldn't be there.
Post your jail, filter, and action.

Bill

On 2/16/2018 9:24 AM, Emanuel Gonzalez wrote:
Hello,

In fail2ban logs i see this error:

2018-02-16 11:15:28,629 fail2ban.actions.action: ERROR /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p tcp --destination-port 25 -j DROP /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p udp --destination-port 25 -j DROP /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p tcp --destination-port 587 -j DROP /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p udp --destination-port 587 -j DROP /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p tcp --destination-port 465 -j DROP /sbin/iptables -I fail2ban-Exim 1 -s 203.146.43.124 -p udp --destination-port 465 -j DROP returned 100

in the iptables i not see any ip blocked

/etc/fail2ban] # iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source destination

Chain FORWARD (policy ACCEPT)
target     prot opt source destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

any sugestions?




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!http://sdm.link/slashdot


_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to