I'm having trouble figuring out how to get the puppetlabs firewall module to place the following into /etc/sysconfig/iptables:
-N LOGGING -A LOGGING -m limit --limit 2/min -j LOG --log-level 4 --log-prefix "IPTables Dropped Packet:" -A LOGGING -j DROP -A INPUT -j LOGGING This is the first time I'm trying to use firewallchain and I can't seem to determine the proper syntax to define the above. Any advise would be appreciated! Thomas -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
