iptables block/drop ip range

How to block/drop an ip range with iptables:

I get a few fail2ban ssh mails everyday from just bergdorf network. So i wanted to block the whole ip block 91.224.160.XXX.

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

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen