iptables for retards...
Go to file
2015-08-19 01:24:37 +03:00
autotool Move to autotools 2013-10-15 22:25:17 +01:00
contrib added home page to sitemap; removed first line from changesets chart 2015-08-19 01:24:37 +03:00
doc Fix typo 2015-05-06 18:44:23 +01:00
etc Ensure all files are packaged 2014-04-23 20:07:25 +01:00
examples Add IPv6 support to vnetbuild and update example 2015-07-29 20:13:44 +01:00
m4 Check that all pandoc output formats are produced 2014-04-23 21:05:57 +01:00
packaging Ensure check-log works on jessie 2015-05-02 14:28:56 +01:00
sbin when a table was already up to date but other depend on it, it was failing. fix for issue #78 2015-08-02 17:38:55 +03:00
unittest Update unit test results 2015-03-12 07:15:48 +00:00
.gitattributes added version 2015-06-09 00:06:05 +03:00
.gitignore Improve contents page 2015-05-06 08:03:48 +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 Update documentation for release 2015-03-14 13:24:34 +00:00
configure.ac Require pandoc 1.12.2.1 and use its features 2015-05-06 07:45:45 +01: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 Update documentation for release 2015-03-14 13:24:34 +00:00
README Update README 2014-11-28 18:32:02 +02: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 shaper for humans!

                        http://firehol.org/


Upgrade Notes
=============
From version 2.0.0-pre6, FireHOL adds combined IPv4/IPv6 support within
a single configuration.

If you are upgrading FireHOL from a version earlier than 2.0.0-pre6,
please read the upgrade notes, here:
   http://firehol.org/upgrade/


Installation
============
If you are installing direct from GitHub, please see:
  http://firehol.org/source-install/

If you are installing the package from a tar-files release, FireHOL uses
the GNU Autotools so you can get away with:
  ./configure && make && make install

Take a look at the file INSTALL, also.


Getting Started
===============
Configuration for FireHOL goes in /etc/firehol/firehol.conf
Configuration for FireQOS goes in /etc/firehol/fireqos.conf

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

To start the programs:
  firehol start
  fireqos start

For more details on the command-line options, see the man-pages:
  man firehol
  man fireqos

Read the tutorials on the website for more information and to learn
how to configure the programs:
  http://firehol.org/tutorial/

For detailed information on the configuration files, read the manual
online, or start with these the man-pages:
  man firehol.conf
  man fireqos.conf

You may want to ensure that FireHOL and FireQOS run at boot-time. If you
installed from an distribution package this will be configured in the
usual way.

For a tar-file installation, the binaries can often be linked directly
into /etc/init.d, since their options are SysVInit compatible. A systemd
service file for FireHOL can be found here:
  https://github.com/ktsaou/firehol/issues/17


Support and documentation
=========================
The main website is here:
   http://firehol.org/

To ask questions please sign up to the list:
   http://lists.firehol.org/mailman/listinfo/firehol-support

Man pages, PDF and HTML documentation are provided as part of the package
and can be found in the tarball or in your distribution's standard locations
(e.g. /usr/share/doc). The latest manual is always available here:
   http://firehol.org/manual/

The list of all services supported by FireHOL "out of the box" and
information on adding new services is here:
   http://firehol.org/services/


License
=======
Copyright (C) 2012,2013 Phil Whineray <phil@sanewall.org>
Copyright (C) 2003-2013 Costa Tsaousis <costa@tsaousis.gr>

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, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA