iptables questions regarding limit setting 2025-04-29 Can someone explain what the following will do, and why it would be needed? iptables -A INPUT -m limit --limit 3/minute --limit-burst 3 -j LOG --log-prefix "INPUT packet died: "