2002-05-01 00:42:57 +02:00
|
|
|
#
|
2007-07-03 22:32:01 +02:00
|
|
|
# Shorewall version 4.0 - Sample Policy File for one-interface configuration.
|
2006-03-17 03:07:39 +01:00
|
|
|
# Copyright (C) 2006 by the Shorewall Team
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# See the file README.txt for further details.
|
2007-02-23 19:51:55 +01:00
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
# For information about entries in this file, type "man shorewall-policy"
|
2002-05-01 00:42:57 +02:00
|
|
|
###############################################################################
|
2002-05-18 21:48:34 +02:00
|
|
|
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
2005-09-12 19:50:59 +02:00
|
|
|
$FW net ACCEPT
|
2002-05-01 00:42:57 +02:00
|
|
|
net all DROP info
|
2003-10-06 22:20:34 +02:00
|
|
|
# The FOLLOWING POLICY MUST BE LAST
|
2002-05-01 00:42:57 +02:00
|
|
|
all all REJECT info
|