lively Posted June 1, 2020 Share Posted June 1, 2020 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 Link to comment Share on other sites More sharing options...
Question
lively
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
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now