Security Question
Posted: Sat Jun 11, 2016 6:07 pm
I've been bombarded by hacker attempts that fail2ban isn't stopping. So, I've blocked their attempts using "iptables -I INPUT -s [ip address of attacker] -j DROP" command. I also logged security and notices so i can capture the ip addresses of those that don't register remote ip in the asterisk cli output. So far the intrusion attempts have been diminished by 95%, i'm just wondering if this is really an effective way to block hackers or if some other method works better. Thanks!