Hi everyone
Just in case someone need it, I wrote a script to block the IP addresses reported as DoS attacks in the log for the R9000 using Voxel's firmware, just add it to your crontab and have it run hourly, it will capture all the IPs reported and block them in the INPUT filter in IPTABLES
add in crontab
0 * * * * * /root/shieldup.sh attackers.txt
Enjoy!
*note: remove .txt from the extension.
Just in case someone need it, I wrote a script to block the IP addresses reported as DoS attacks in the log for the R9000 using Voxel's firmware, just add it to your crontab and have it run hourly, it will capture all the IPs reported and block them in the INPUT filter in IPTABLES
add in crontab
0 * * * * * /root/shieldup.sh attackers.txt
Enjoy!
*note: remove .txt from the extension.
Attachments
Last edited: