• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

How do you enter a range of IPs to block

danallen1

Basic Pleskian
I am trying to block this whole range of IPs, all that begin with 66.249. How is is that done? Thank you.

firewall.png
 
Hi danallen1,

here's a short hint, how you can manage to put IP ranges into your Plesk firewall:

123.123.123.123/32
just 123.123.123.123 ( only this specific IP )

123.123.123.0/24
the complete 123.123.123.0 network ( 254 IPs )

123.123.0.0/16
the complete 123.123.0.0 network ( 64.516 IPs )

123.0.0.0/8
the complete 123.0.0.0 network ( 16.387.064 IPs )
 
Back
Top