eventuell fehlt noch: iptables-blocktype.conf
# Fail2Ban configuration file
#
# Author: Daniel Black
#
# This is a included configuration file and includes the defination for the blocktype
# used in all iptables based actions by default.
#
# The user can override the default in iptables-blocktype.local
[INCLUDES]
after = iptables-blocktype.local
[Init]
# Option: blocktype
# Note: This is what the action does with rules. This can be any jump target
# as per the iptables man page (section 8). Common values are DROP
# REJECT, REJECT --reject-with icmp-port-unreachable
# Values: STRING
blocktype = REJECT --reject-with icmp-port-unreachable
GANZ WICHTIG:
Dazu muss natürlich iptables als Programmaufruf existieren. Prüfe das. Womöglich musst Du nachschauen und alle Befehle, die mit iptables zu schaffen haben auf SuSEfirewall umschreiben.
Wenn es gar nicht geht packe Deine gesamte Konfiguration ein (tar -czf fail2ban.config.tar.gz /etc/fail2ban/) und schick sie mir per Mail.