Bug 922281
| Summary: | fail2ban ERROR iptables ... returned 300 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> |
| Component: | fail2ban | Assignee: | Adam Miller <admiller> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | admiller, ivo, orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-16 02:32:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dominik 'Rathann' Mierzejewski
2013-03-15 23:23:28 UTC
My ssh-iptables jail config:
[ssh-iptables]
enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
sendmail-whois[name=SSH, dest=root, sender=fail2ban@myserver]
logpath = /var/log/secure
maxretry = 5
Looks like a SELinux issue *** This bug has been marked as a duplicate of bug 916727 *** restorecon -R -v /sbin/ That will repair the context of /sbin/iptables-multi-1.4.7 Now it works ;) |