Results 1 to 2 of 2
I need some help with fail2ban on opensuse 11.2.
Everything seems to be configured properly but it does not ban.
I edited the jail.conf, snippet -
Code:
[ssh-iptables]
enabled = ...
- 11-17-2009 #1
fail2ban not banning
I need some help with fail2ban on opensuse 11.2.
Everything seems to be configured properly but it does not ban.
I edited the jail.conf, snippet -And when i runCode:[ssh-iptables] enabled = false filter = sshd action = iptables[name=SSH, port=ssh, protocol=tcp] sendmail-whois[name=SSH, dest=you@mail.com, sender=fail2ban@mail.com] #logpath = /var/log/sshd.log logpath = /var/log/messages maxretry = 5I get "Success, the total number of match is 80"Code:fail2ban-regex /var/log/messages /etc/fail2ban/filter.d/sshd.conf
Yet it does not ban. I'm sure it has to be something simple. Can anyone help.
Thanks, Geese.Registered Linux user # 395739
direplay.com
- 11-17-2009 #2
*sigh* I feel so stupid now. This has been buging for over a week but figured it out by looking at my own post. "enabled = false" has to be "enabled = true".
Registered Linux user # 395739
direplay.com


Reply With Quote