Tagged Questions
0
votes
0answers
37 views
How does changes in /etc/pam.d/common-session-noninteractive affect fail2ban and possibly other programs/services?
Fail2Ban on Ubuntu 10.04
Configuration files
/etc/fail2ban/jail.local
[DEFAULT]
ignoreip = 127.0.0.1
bantime = 10 # made for test purposes
maxretry = 3
backend = polling
destemail = ...
0
votes
0answers
41 views
How to protect Nginx from HULK DoS tool
There is a tool called HULK (Http Unbearable Load King). It's a web server denial of service tool. It is designed to generate volumes of unique and obfuscated traffic at a webserver, bypassing caching ...
1
vote
2answers
380 views
Have fail2ban send notification to banned party
I have fail2ban configured on some CentOS 5 and 6 servers, and it sends me an email with a whois of the IP whenever an IP is banned. Is it possible to configure fail2ban to also send a notification ...
0
votes
1answer
116 views
Do we need PSAD if we already have Fail2Ban?
I already have installed Fail2Ban on my server. I planned to install PSAD on it. Are they equal? Isn't it a good idea to keep them both?
2
votes
1answer
221 views
fail2ban on server with LXC Containers
The issue is modprobe and iptables don't work inside an LXC Container.
LXC is the userspace control package for Linux Containers, a
lightweight virtual system mechanism sometimes described as ...
2
votes
1answer
676 views
How do I format this regex so it will work in fail2ban?
I've just installed fail2ban on my CentOS server in response to an SSH brute force attempt. The default regular expressions in fail2ban's sshd.conf file do not match any entries in audit.log, which ...
2
votes
2answers
1k views
Fail2Ban - how to prevent my ISP IP dynamic get banned?
I have just installed Fail2Ban.
I want to add my ISP IP to my ignore list but my IP is dynamic.
In the jail.conf file, I have like this:
[DEFAULT]
# "ignoreip" can be an IP address, a CIDR mask or ...
1
vote
2answers
406 views
How to synchronize command calls on Linux
This is my specific problem I need to solve (But my question is different, so please read on even if you don't know what fail2ban is):
I'm trying to use fail2ban on a linux server to ban brute force ...
0
votes
1answer
632 views
fail2ban not working as expected
after several intentional unsuccessful login attempts fail2ban has banned me from my server but I am still able to log in afterwards.
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt ...
0
votes
2answers
663 views
fail2ban save banned ip's after restart
It is possible to save and use _already banned IP's in fail2ban after restart (fail2ban or the whole server)?
0
votes
1answer
1k views
Configure Fail2ban to ignore local (NAT) IPs
How can I configure fail2ban to always allow attempts from the local/NAT ips (ie 192.168.1.*). I have tried putting the following entry into /etc/fail2ban/jail.conf:
[DEFAULT]
# "ignoreip" can be ...
2
votes
2answers
628 views
“Couldn't find package fail2ban”?
Ubuntu Server 9.10
Hi Guys,
I think this one is a simple one... I'm trying to install fail2ban and get the following error:
$ sudo apt-get install fail2ban
Reading package lists...
Done Building ...
1
vote
3answers
2k views
fail2ban Error Gentoo
I've recently setup a new VPS running Gentoo (My first time using the distro so please forgive me is this is a really easy one) and as I've done with other servers installed fail2ban. Setting it up to ...