Firewall Script Readme
Author:     Jamin W. Collins 
Web Site:   http://www.asgardsrealm.net/linux/firewall
E-Mail:     firewall@asgardsrealm.net

LIMITATIONS
- All internal networks are NAT'd to any destination by default

INSTALLATION
(Common)
- Extract the archive (tar xzvf firewall-<version>.tar.gz)
- This will create a ./firewall directory
- Copy "./firewall/firewall.conf" to your /etc directory
- Edit the settings contained in firewall.conf to suit your
   configuration
- Copy "./firewall/firewall" to your /etc/init.d directory

(Red Hat)
- Enable IP forwarding.  
   - Boot time configuation can be found in /etc/sysctl.conf.
   - Active state is controlled via /proc/sys/net/ipv4/ip_forward
- As root, run "chkconfig --level 2345 firewall on"
- As root, run "chkconfig --add firewall"
- As root, run "service firewall start"

(Debian)
- Enable IP forwarding
- As root, run
   - "update-rc.d firewall defaults 09 92"
   - "/etc/init.d/firewall start"
   
PROBLEMS?
- Start firewall script in debug mode.  All packets will be logged
    with chain specific information to system normal log file (normally
   /var/log/messages)
- Please send all questions to firewall@asgardsrealm.net
- Please include the exact error message if any and any information
   logged from the firewall script
- Please be as specific as possible in the description of your problem
