• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Ehud

    Question Adding IPs in bulk to a custom firewall rule

    No limit, however you should use a strong server. Each rule should have about up to 200 records, that may be CIDR ranges themselves. Try not to place more than a few x.x.x.x/16 ranges on each rule. In total I have about 8-10 Million IPs blockes. I block all CIDR ranges for ISP of VPS used by...
  2. Ehud

    Forwarded to devs Unable to remove some IP addresses from the list of banned addresses

    If you are talking of Fail2Ban you may use Plesk GUI button to unban. You may also contact the Plesk support.
  3. Ehud

    Issue Unable to Remove or Edit Firewall Rules

    possibly back up before rm /opt/psa/var/modules/firewall/firewall-new.sh rm /opt/psa/var/modules/firewall/safeact.confirm and then apply and confirm only once at the end: On first SSH: /usr/local/psa/bin/modules/firewall/settings -a On second SSH: /usr/local/psa/bin/modules/firewall/settings -c
  4. Ehud

    Question Adding IPs in bulk to a custom firewall rule

    /usr/local/psa/bin/modules/firewall/settings -s -name 'Block NAME A' -direction input -action deny -ports '' -remote-addresses "LIST" /usr/local/psa/bin/modules/firewall/settings -s -name 'Block NAME B' -direction input -action deny -ports '' -remote-addresses "LIST"...
  5. Ehud

    Question How to block a country

    Hi Ales, May I ask, if you can recommend such server tools? Activation guidance? And, can they work at the same time the Plesk FW works?
  6. Ehud

    Issue IP Address Banning fail2ban UTF-8 error

    Hi, Check the below link: https://github.com/fail2ban/fail2ban/issues/1248 At first they asked to change in: cat /etc/fail2ban/jail.local So this will be set: logencoding = utf-8 I'm not sure it will solve the issue.
Back
Top