[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/ufw/
Contents of README:
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.

Add the following code to /etc/rc.d/rc.local to start Ufw at boot time:

if [ -x /lib/ufw/ufw-init ]; then
  /lib/ufw/ufw-init start
fi

Ufw comes with a number of common application profiles.  Create
additional application profiles under /etc/ufw/applications.d.
Each profile should contain a list of rules which include a title,
description, and port(s) or port range.

A custom application profile should look similar to this:

[Application]
title=Application title
description=A description for the application.
ports=137,138/udp|139,445/tcp

Where xx.xx.xx.xx is the IP address of an external host, enable this
application profile by executing the following as root:

# ufw allow from xx.xx.xx.xx app Application

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 11-Jun-2022 10:00 878 [TXT] slack-desc 11-Jun-2022 10:00 738 [   ] ufw-0.35-fix-iptables-path.patch 11-Jun-2022 10:00 728 [   ] ufw-0.36.tar.gz 11-Jun-2022 10:00 567K [TXT] ufw.SlackBuild 11-Mar-2022 06:34 3.6K [TXT] ufw.conf.patch 11-Jun-2022 10:00 444 [   ] ufw.info 11-Jun-2022 10:00 286

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!