Metadata-Version: 1.0
Name: fwmacro
Version: 0.9.2
Summary: Firewall macro compiler
Home-page: http://fwmacro.googlecode.com/
Author: Kees Bos
Author-email: k.bos@zx.nl
License: MIT
Description: fwmacro is a library for generating iptables/ip6tables rules and to
        generate input files for iptables-restore and ip6tables-restore.
        
        The library comes with two scripts: fwmpp and fwmc
        
        The fwmpp command processes the simplified rules to a set of
        ip[6]tables rules and fwmc compiles a set of ip[6]tables rules to a
        ip[6]tables-restore file.
        
        Typical setup/usage will be:
        * Create files with default chain sets in /etc/fwmacro/chains[4|6]/
        * Create a file with simplified rules in /etc/fwmacro/fw.rules
        * Compile these with: fwmpp /etc/fwmacro/fw.rules
        * Build restore files with: fwmc
        * Install iptables rules with: iptables-restore /etc/fwmacro/ipv4.rules
        * Install ip6tables rules with: ip6tables-restore /etc/fwmacro/ipv6.rules
        
        
Keywords: Networking,Systems Administration,Firewall,iptables,ip6tables
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
