iptables for retards...
Go to file
Phil Whineray 0c9c17b3e1 Updates from Debian/Ubuntu
Via Tomas Jacik <tomas.jacik@sunfox.cz>
    - added ipv6 regex while searching for RESERVED adresses
    - fixed msn port
    - added OpenVPN port
    - added Nagios NRPE daemon port
    - added default firehol setting probing for debian based systems
    - added wizzard support wlan
    - added wait for interface feature
      Unlike the original patch, this does not source /etc/default/firehol,
      instead we honour the WAIT_FOR_IFACE environment variable if it is set.
      The debian init script needs to export it, as it does for the sanewall
      package.
2013-10-28 22:31:14 +00:00
autotool Move to autotools 2013-10-15 22:25:17 +01:00
doc Updates from Debian/Ubuntu 2013-10-28 22:31:14 +00:00
etc Merge remote-tracking branch 'origin/development' 2013-10-23 23:56:00 +01:00
examples Remove old configuration files 2013-10-28 20:06:21 +00:00
m4 Move to autotools 2013-10-15 22:25:17 +01:00
packaging Implement version numbers 2013-10-28 20:06:21 +00:00
sbin Updates from Debian/Ubuntu 2013-10-28 22:31:14 +00:00
.gitattributes Implement version numbers 2013-10-28 20:06:21 +00:00
.gitignore Merge remote-tracking branch 'origin/development' 2013-10-23 23:56:00 +01:00
AUTHORS Move to autotools 2013-10-15 22:25:17 +01:00
autogen.sh Move to autotools 2013-10-15 22:25:17 +01:00
ChangeLog Prepare for another release 2013-10-28 22:21:36 +00:00
configure.ac Implement version numbers 2013-10-28 20:06:21 +00:00
COPYING Added to FireHOL distribution. 2002-12-07 00:48:34 +00:00
Makefile.am Implement version numbers 2013-10-28 20:06:21 +00:00
NEWS Prepare for another release 2013-10-28 22:21:36 +00:00
README Implement version numbers 2013-10-28 20:06:21 +00:00
THANKS Move to autotools 2013-10-15 22:25:17 +01:00

FireHOL, an iptables stateful packet filtering firewall for humans!
FireQOS, a TC based bandwidth shapper for humans!


Copyright (C) 2003 - 2013 Costa Tsaousis <costa@tsaousis.gr>
Distributed under GPL.

INSTALLATION
------------

To use firehol, you need the file:

 sbin/firehol.in

Put your configuration in /etc/firehol/firehol.conf and start it.

To use fireqos, you need the file:

 sbin/fireqos.in

Put your configuration in /etc/firehol/fireqos.conf and start it.

In the examples directory, you can find examples for both programs.


To checkout the development version do this:

# cd /tmp/
# git clone https://github.com/ktsaou/firehol.git firehol.git

Now you should have the development version of firehol.in and
fireqos.in in the sbin directory.