
Menghalang Pokemon-pokemon yang membuat onar di SSH.
iptables -A INPUT -p tcp -i eth0 -m state --state NEW \
--dport 22 -m recent --update --seconds 15 -j DROP
iptables -A INPUT -p tcp -i eth0 -m state --state NEW \
--dport 22 -m recent --set -j ACCEPT
0 comments:
Post a Comment