This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > arno-iptables-firewall (2.0.1e)

arno-iptables-firewall is a front-end for iptables. Its configuration script
will set up a secure and restrictive firewall by just asking a few questions.
This includes configuring internal networks for Internet access via NAT and
potential network services like http or ssh. Moreover, it provides advanced
additional features that can be enabled in the well documented configuration
file.

NOTE - The setup script will *not* run automatically after your package was
installed. In order to run the script you have to issue the following command:

# arno-iptables-firewall-configure

To enable the startup of the firewall at boot-time you need to create a symlink
as follows (in order to disable it, either remove the symlink or "chmod -x" the
startup script):

# ln -sv /etc/rc.d/rc.arno-iptables-firewall /etc/rc.d/rc.firewall
# chmod +x /etc/rc.d/rc.arno-iptables-firewall

You can also start the firewall manually with one of the following commands:

# /etc/rc.d/rc.arno-iptables-firewall start

# arno-iptables-firewall start

IMPORTANT - A few security notes from the upstream author:

1) If possible make sure that the firewall is started before the (ADSL) Internet
connection is enabled. For a ppp-interface that doesn't exist yet you can use
the wildcard device called "ppp+" (but you can only use ppp+ if there aren't any
other ppp interfaces).

2) Don't change any (security) settings ('EXPERT SETTINGS') if you don't really
understand what they mean. Changing them anyway could have a big impact on the
security of your machine.

3) A lot of people complain that their server stopped working after installing
the firewall. This is the *correct* behaviour for a firewall: blocking *all*
incoming traffic by default. Configure your OPEN_TCP (e.g.) accordingly.

Maintained by: Philip Lacroix
Keywords: firewall,front end,iptables,netfilter
ChangeLog: arno-iptables-firewall

Homepage:
https://github.com/arno-iptables-firewall/aif

Source Downloads:
2.0.1e.tar.gz (4981a336f55e2db90f594beedcaef47d)

Download SlackBuild:
arno-iptables-firewall.tar.gz
arno-iptables-firewall.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds