fukawi2 / husk

Natural-language DSL for iptables/netfilter firewall rules.
http://huskfw.info
6 stars 1 forks source link
firewall ip6tables iptables perl

husk %VERSION% http://www.huskfw.info

husk is a natural language wrapper around the Linux iptables packet filtering. It is designed to abstract the sometimes confusing syntax of iptables into a format that is easier and friendlier to read and understand.

husk can be used on either firewall/router computers (with multiple network interfaces), or standalone systems (with one network interface)

Each interface (real or virtual) is called a 'zone' in husk. Zones are given a friendly name which is what is used in the rule definitions. This abstracts the Linux device names (eg, eth0, ppp0, bond0 etc) into much more intuitive names such as NET, LAN and DMZ. This has the added benefit of moving interfaces in the future can be done simply by changing the name-to-device mapping.

===============================================================================

INSTALLATION.

Refer to: http://huskfw.info/index.php?page=installation-2 http://huskfw.info/index.php?page=installation

===============================================================================

CONFIGURATION.

Refer to: http://huskfw.info/index.php?page=configuration http://huskfw.info/index.php?page=common-firewalling

===============================================================================

COPYRIGHT and LICENSE

husk is Copyright (C) 2010-2015 Phillip Smith <fukawi2 (at) gmail (dot) com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.