Use fail2ban/denyhost as IDS (Install an Intrusion Detection System)

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Use fail2ban/denyhost as IDS (Install an Intrusion Detection System)

Post by regenx »

Code: Select all

sudo apt-get install fail2ban
Edit the config file as per your needs:

Code: Select all

sudo nano /etc/fail2ban/jail.conf
Restart the service:

Code: Select all

sudo systemctl restart fail2ban.service
Post Reply