Hallo Froxlor-User 🙂
Hier eine kleine Anleitung als "Dankeschön" wie ich meine Server u.a. absichere.
Benötigt werden folgende Pakete:
1.) ipset und build-essential
2.) Perl-Modul Data::Validate::IP
3.) blocklist-Script auf GitHub.com
--------------------------------------------------------
zu 1.)
#bash: apt-get install ipset build-essential
zu 2.)
#bash: cpan
cpan[1]> install cpan #Update Cpan
cpan[1]> reload cpan #Neue Version einlesen/starten
cpan[1]> install Data::Validate::IP
cpan[1]> exit
zu 3.)
/tmp# wget https://github.com/virus2500/blocklist-with-ipset/archive/master.zip
/tmp# unzip master.zip
mv /tmp/blocklist-with-ipset-master /scripte
chmod +x /scripte/blocklist.pl
4.) CronJob anlegen:
0 */1 * * * /usr/bin/perl /scripte/blocklist.pl
5.) Script ausführen:
#bash: perl /scripte/blocklist.pl
--------------------------------------------------------
6.) Ausgabe:
In /var/log/syslog kann man sich die Ergebnisse dann in Echtzeit sich anschauen:
FERTIG!
Weitere Infos findet ihr in der blocklist.pl und hier.
liv_uo