I think you could also do the same like this …

Friday, 29th March 2024

Comment on How to prevent SSH and FTP bruteforce attacks with iptables on Linux by Thibs.

I think you could also do the same like this :

iptables -A INPUT -m state –state NEW -p TCP –dport 22 –syn -m limit –limit 3/s –limit-burst 3 -j ACCEPT

(limit 3/sec)

Recent Comments by Thibs

Fix qmail-scanner-queue.pl: X-Qmail-Scanner-2.08st:[] cannot create /var/spool/qscan/tmp – Permission denied – Finally a working solution and what causes the error
And if you want I’ve recently updated my guide so you could upgrade it to Debian 8.0 Jessie 😉


Install simscan on Qmail for better Mail server performance and get around unexisting suid perl in newer Linux Debian / Ubuntu servers
Hello,

FYI ‘ve just update my guide http://qmailrocks.thibs.com/ to run on Jessie

Regards

Thibs


Quitting my job as IT Manager and moving to Further Horizons in Hewlett Packard
Drop me a mail if you want to have my contact (she is located in Israël but responsible for datacenter recruitment (at least for) Germany and Belgium)


Quitting my job as IT Manager and moving to Further Horizons in Hewlett Packard
Good luck in your job … and I hope you 'll build a new family soon with Svetlana ! BTW, if you change your mind and is ready to work abroad (Germany or Belgium), I can give your contact to a Google recruiter. They are looking for people like you. 


Debian Linux: Installing and monitoring servers with Icanga (Nagios fork soft)
Thanks for this great tutorial. Did you already try http://packages.debian.org/wheezy/collectd (never try myself but have heard good things about it)


Share this on:

Comments are closed.