Categories
Archives
Monthly Archives: March 2009
Fedora: Bannir des IP avec Fail2ban
Installation:
yum install fail2ban
Configuration:
/etc/fail2ban/jail.conf
Demarrer le Deamon:
fail2ban-client start
Vérifier le status:
fail2ban-client status
Source: www.fail2ban.org
Fedora: ajouter un programme au démarrage
1.) make a new file in the /etc/init.d/ directory
2.) add your script to this file with the following lines at the top
#!/bin/bash
# chkconfig: 345 85 15
# description: of your file
3.) enter this in the shell
chkconfig --add startup_filename
Posted in Uncategorized Leave a comment
Fedora: Firewall Iptable