• 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.

Resolved iptables block IP network area

shopuser

Regular Pleskian
Hi,

how i can block a clomete IP Area with iptables ?
i know i can block for example from this ip 255 IP Adress from 88.247.117.0 - 88.247.117.255

iptables -A INPUT -s 88.247.117.0/24 -j DROP


and how i can block the network 88.247.XX.XX ?


thx
 
Hi shopuser,

first, pls. be informed, that this forum is a "Plesk - related" forum. Basic linux knowledge and depending questions should be asked in one of the thousands other places all over the internet.


Nevertheless, you might be interested in this link:

http://www.ipaddressguide.com/cidr ( external link, pls. inform me, if the link goes dead, so I can provide another working link )

where you can calculate CIDR ( Classless Inter-Domain Routing ) to IP range and IP range to CIDR online.


The IP range "88.247.0.0 - 88.247.255.255" ( which covers your question to ban all IPs from "88.247.XX.XX" ), would be the CIDR "88.247.0.0/16"
 
Back
Top