/sbin/iptables -A INPUT -m recent --rcheck --seconds 60 \
-m limit --limit 10/second -j LOG --log-prefix "BG "/sbin/iptables -A INPUT -m recent --update --seconds 60 -j DROP
/sbin/iptables -A INPUT -m recent --rcheck --seconds 60 \
-m limit --limit 10/second -j LOG --log-prefix "BG "/sbin/iptables -A INPUT -m recent --update --seconds 60 -j DROP