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