Script Mikrotik Block_Flood_Ping
######### Drop Flood Ping ###########
/ip firewall filter add chain=input protocol=icmp limit=50/5s,2 comment="Allow limited pings"
/ip firewall filter add chain=input protocol=icmp action=drop comment="Drop excess pings"
######### End ############
- Hits: 2803
Comments powered by CComment