• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. O

    Issue Fail2ban: log download error

    Where can i report bugs?
  2. O

    Issue Fail2ban: log download error

    then maybe @IgorG can redirect that to devloppers? :)
  3. O

    Issue Fail2ban: log download error

    Hi, the output is: -rw------- 1 root root 14M Apr 29 18:51 /var/log/fail2ban.log That with the copy paste i know :D but this don't solve that problem :)
  4. O

    Issue Fail2ban log errors

    Because maybe the thread starter has a answer for that and see my message :)
  5. O

    Issue Fail2ban log errors

    same error here ..
  6. O

    Issue Fail2ban: log download error

    Error messages: 0; Warnings: 0; Errors resolved: 0 So that is not the problem :)
  7. O

    Issue Fail2ban: log download error

    Is it this point?: plesk repair fs and can here be come to troubles?
  8. O

    Issue Fail2ban: log download error

    White which command? :)
  9. O

    Question Fail2ban: Cloudflare API

    Hi, Thanks for you reply 1 - i have done so and move blockips.conf to /etc/nginx/conf.d/ so it get loaded automaticly, this works. 2 - yes it still needs a nginx reload but i want to automise this because i m a lot of time not at home, so i want these attacks banned after fail2ban get...
  10. O

    Question Fail2ban: Cloudflare API

    Thats the problem that cloudflare dosn't catch this attack, so we are working on it :) @trialotto will explain me how to automatize this with nginx deny in combination with fail2ban, in this time i use that API call. Maybe something like this can be make with nginx deny and fail2ban: create a...
  11. O

    Question Fail2ban: Cloudflare API

    @trialotto Thank you very much for you good explanation and infos about this thread. I have make you a PN about the block IP part of nginx automation in combination with fail2ban. For the other limition i can use it without recompiling in this way: in /etc/nginx/nginx.conf -> http-block...
  12. O

    Question Fail2ban: Cloudflare API

    @trialotto And how i do that? The problem is that when very many ips from the attacker its a lot of work to put them into that blacklist. Maybe roll back to fail2ban iptables bann BUT i don't blocks the ips correctly, some test with recidive ( iptables-allports[name=recidive]) was possitive...
  13. O

    Question Fail2ban: Cloudflare API

    I only have this because i have a http get flood from time to time and so the ip gets blocked, because the attacker have found any way to bypass cloudflare in this case. With this i can control it a little bit. If there will be difficults i deactivate them again :)
  14. O

    Issue Fail2ban: log download error

    Hello, If i download the log via GUI i receive a file with the content: copy_file: System Error: invalid file paths in /opt/psa/admin/bin/copy_file: /var/log/fail2ban.log - How can i fix that? :) Thanks
  15. O

    Resolved Fail2ban: not blocking the IP

    Question - Fail2ban: Cloudflare API :D
  16. O

    Question Fail2ban: Cloudflare API

    Found a way to do it: Create a file under /etc/fail2ban/action.d named cloudflare.conf # # Author: Mike Andreasen from https://guides.wp-bullet.com # Adapted Source: https://github.com/fail2ban/fail2ban/blob/master/config/action.d/cloudflare.conf # Referenced from...
  17. O

    Resolved Fail2ban: not blocking the IP

    1. Maybe this is too high and i might be lower that setting to maxretry 300 and findtime 300 2. do you think this way => iptables-multiport[chain="INPUT", port="http,https,7080,7081", protocol="tcp", blocktype="REJECT --reject-with icmp-port-unreachable"] , but what it changes? :) EDIT: Have...
  18. O

    Fail2ban setting findtime per Jail

    Sorry done :) Issue - Fail2ban: not blocking the IP
  19. O

    Resolved Fail2ban: not blocking the IP

    Hi, I have created a new jail + filter in plesk fail2ban exention JAIL: [http-ddos-custom] enabled = true filter = http-ddos-custom action = iptables-multiport[chain="INPUT", name="http-ddos-custom", port="http,https,7080,7081", protocol="tcp", blocktype="REJECT --reject-with...
  20. O

    Fail2ban setting findtime per Jail

    Ok thank you i will do that :) But i have make on test trought a webproxy the IP was blocked and showed in iptables -L but still can reload the website. Something wrong here: action = iptables-multiport[chain="INPUT", name="http-ddos-custom", port="http,https,7080,7081", protocol="tcp"...
Back
Top