Hi all,
For the past two days, I have been getting endless requests from a single IP. I remember this IP was banned by fail2ban but after its ban time passed, it started querying the server again. But this time fail2ban doesn't recognize it. All jails are working but this IP is never banned again. I even tried manually banning it like:
But iptables -L still doesn't list this IP in the ban list. My sngrep watch is overblown with 3-4 entries from this IP in each second. What am I missing here?
Edit: I issued fail2ban commands to ban this ip like:
I issue the command more than once and check the fail2ban log which reads "this ip is banned already", but iptables -L doesn't list it and it keeps trashing my sngrep screen.
For the past two days, I have been getting endless requests from a single IP. I remember this IP was banned by fail2ban but after its ban time passed, it started querying the server again. But this time fail2ban doesn't recognize it. All jails are working but this IP is never banned again. I even tried manually banning it like:
Bash:
iptables -A INPUT -s xx.xxx.xx.xx -j DROP
But iptables -L still doesn't list this IP in the ban list. My sngrep watch is overblown with 3-4 entries from this IP in each second. What am I missing here?
Edit: I issued fail2ban commands to ban this ip like:
Bash:
fail2ban-client set freeswitch-ip banip xxx.xxx.xxx.xxx
I issue the command more than once and check the fail2ban log which reads "this ip is banned already", but iptables -L doesn't list it and it keeps trashing my sngrep screen.
Last edited: