Hello
I wanna block Ip address if they exceed 20 connections with port 80 TCP for HTTP Server.
I wanna do this using Netsh advfirewall, In Linux I use IPTables:
iptables -I INPUT -p tcp --dport 80 \ -m connlimit --connlimit-above 20 --connlimit-mask 32 -j DROP >
Is it possible to do that? Or any other way So i Can mitigate the DDos Attacks for WebServer.
Thanks,
Aucun commentaire:
Enregistrer un commentaire