The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VUser::Firewall - vuser plugin to manage firewalls

DESCRIPTION

VUser::Firewall is an extension to vuser that allows one to manage simple firewall rules. VUser::Firewall is not meant to be used by itself but, instead, registers the basic keywords, actions and options that other VUser::Firewall::* extentions will use. Other options may be added by firewall specific extensions.

CONFIGURATION

 [Extension Firewall]
 # Automatically restart the firewall after each command
 auto restart = no

Any Firewall::* extensions will automatically load Firewall. There is no need to add Firewall to vuser|extensions. Other VUser::Firewall::* extensions may have their own configurations.

META SHORTCUTS

VUser::Firewall provides a few VUser::Meta objects that may be used by other firewall extensions. The safest way to access them is to call VUser::Firewall::meta() from within the extension's init() function.

Provided keys: network, port, protocol, host, source, destination, sport, dport

AUTHOR

Randy Smith <perlstalker@vuser.org>

LICENSE

 This file is part of vuser.
 
 vuser 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.
 
 vuser 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 vuser; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA