Hi!, anybody know if it's possible to create a rule equivalent to this with 
puppetlabs' firewall module?:

iptables -I INPUT -i eth0 -p <PROTO> --dport <PORT> -m hashlimit 
--hashlimit-mode srcip \
  --hashlimit-srcmask 32 --hashlimit-above 100/s                        \
  --hashlimit-burst 100 --hashlimit-name=bad -j DROP

I've seen some references of rate limiting, but no example on the 
documentation.

Regards,
Ciro

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/49ede11f-80b9-468f-82fa-403ae63f5b21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to