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

SlackBuilds Repository

13.0 > Network > ufw (0.27)

Ufw (Uncomplicated Firewall) is program for managing a netfilter firewall. 
It provides a command line interface and aims to be uncomplicated and easy
to use. It is not intended to provide a complete firewall functionality via
its command interface, but provides an easy way to add or remove simple rules.

To run ufw at boot you can add the following code to rc.local file:

if [ -x /etc/init.d/ufw ]; then
/etc/init.d/ufw start
fi

Rules can be added with ports, services or application names. To specify an
application you need a profile stored under /etc/ufw/applications.d directory.

To add a profile create a app_name.INI file as the following:

[Samba]
title=File/printer server for Unix
description=Samba is a collection of programs that implements the SMB/CIFS protocol for unix systems.
ports=137,138/udp|139,445/tcp

Then, for example you can run:
ufw allow from xx.xx.xx.xx app samba





Maintained by: Marco Cecchetti
Keywords: firewall
ChangeLog: ufw

Homepage:
https://launchpad.net/ufw

Source Downloads:
ufw-0.27.tar.gz (acad0f150d7c58dccd97348215c1652f)

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

(the SlackBuild does not include the source)

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

Validated for Slackware 13.0

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