NAME
Fwctl::Services::all - Fwctl module to handle any IP traffic.
SYNOPSIS
accept all -src INTERNAL_NET -dst INTERNET -masq
deny all -src BAD_GUYS_NET --account
account all -src PERIM_NET -dst INTERNET
DESCRIPTION
The all module is used to match any IP traffic. It can be used for accounting all traffic between nets or to create bazooka sized hole in our filters.
Needless to say that
accept all
is not a really secure use of this module.
AUTHOR
Francis J. Lacoste <francis.lacoste@iNsu.COM>
COPYRIGHT
Copyright (c) 1999,2000 iNsu Innovations Inc. All rights reserved.
This program 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.
SEE ALSO
fwctl(8) Fwctl(3) Fwctl::RuleSet(3)