I'm sure this is a too simple of a question but I'm seeing fail2ban
issue commands such as:

iptables -D <chain> -p tcp --dport ssh -j f2b-SSH
iptables -I <chain> -p tcp --dport ssh -j f2b-SSH

where patterns such as:

iptables -D <chain> -p <protocol> --dport <port> -j f2b-<name>

are not being correctly parsed.  I've been assuming that this is because
'chain' has not been correctly defined.  I've spent hours searching the
web and grepping the fail2ban directories but haven't located where that
definition should take place.  Where should chain be defined, or am I
totally on the wrong track?  Thanks.

------------------------------------------------------------------------------
_______________________________________________
Fail2ban-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to