• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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