Can this be made into a Mikrotik firewall rule??
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent
–update --seconds 60 --hitcount 3 -j DROP
Can this be made into a Mikrotik firewall rule??
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent
–update --seconds 60 --hitcount 3 -j DROP