• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk Firewall Config for IPTables

SpAcEDeViL

Basic Pleskian
Hello,

Plesk use the iptables firewall, right?

So, i think many admins need this. New firewall rules.

So a global blocking or accepting for different country's.
eg. over geoip.

I found this, http://www.howtoforge.com/xtables-addons-on-centos-6-and-iptables-geoip-filtering

But this is complete manuell, and when i reconfig the rules in plesk, all my own rules was dropped.

So, i think, we need here new features.

A list, for block a country, or block all, but not this country.

eg. Add a checkbox for : "iptables -I INPUT -m geoip --src-cc CN -j DROP" to block all traffic form china

Or when all traffic is block, a checkbox "for iptables -I INPUT -m geoip --src-cc CN -j ACCEPT" to allow traffic from china.

And a function that checks every month for new geoip entrys and add this to the list.

Wo we can make our servers a different more secured ;)
 
Back
Top