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

SlackBuilds Repository

12.2 > Network > guarddog (2.6.0)

Guarddog is a firewall configuration utility for Linux systems.  Guarddog is 
aimed at two groups of users: novice to intermediate users who are not experts
in TCP/IP networking and security, and those users who don't want the hassle
of dealing with cryptic shell scripts and iptables parameters.

Guarddog should work "out of the box" on any standard stock Slackware 12.0
installation.

You will need to add the following to /etc/rc.d/rc.local in order to have
the firewall script that Guarddog creates started at boot:
if [ -x /etc/rc.firewall ]; then
/etc/rc.firewall
fi
It seems that Guarddog hard-codes this location, so there's no way to change
it when building. Since a standard Slackware system will execute a firewall
script at boot if one exists (and is executable) at /etc/rc.d/rc.firewall,
you might consider doing the following instead:
ln -s /etc/rc.firewall /etc/rc.d/rc.firewall

Maintained by: Robert Alessi
Keywords: firewall,network
ChangeLog: guarddog

Homepage:
http://www.simonzone.com/software/guarddog/

Source Downloads:
guarddog-2.6.0.tar.gz (a1535c4e3f668ea1de5a12f671e7af13)

Download SlackBuild:
guarddog.tar.gz
guarddog.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
guarddog.SlackBuild
guarddog.info
slack-desc

Validated for Slackware 12.2

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