2008-12-10 02:10:35 +01:00
|
|
|
#
|
2008-12-20 17:00:29 +01:00
|
|
|
# Shorewall6 version 4.0 - Sample Rules File for two-interface configuration.
|
|
|
|
# Copyright (C) 2006-2008 by the Shorewall Team
|
2008-12-10 02:10:35 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#------------------------------------------------------------------------------
|
2008-12-20 17:00:29 +01:00
|
|
|
# For information about entries in this file, type "man shorewall6-rules"
|
2012-12-13 18:26:09 +01:00
|
|
|
######################################################################################################################################################################################################
|
|
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
2008-12-10 02:10:35 +01:00
|
|
|
# PORT PORT(S) DEST LIMIT GROUP
|
2014-04-19 16:48:42 +02:00
|
|
|
?SECTION ALL
|
|
|
|
?SECTION ESTABLISHED
|
|
|
|
?SECTION RELATED
|
|
|
|
?SECTION INVALID
|
|
|
|
?SECTION UNTRACKED
|
2013-11-24 16:58:02 +01:00
|
|
|
?SECTION NEW
|
2011-08-16 00:32:24 +02:00
|
|
|
|
2011-08-13 16:07:54 +02:00
|
|
|
# Don't allow connection pickup from the net
|
|
|
|
#
|
2012-06-28 00:16:16 +02:00
|
|
|
Invalid(DROP) net all tcp
|
2008-12-10 02:10:35 +01:00
|
|
|
#
|
|
|
|
# Accept DNS connections from the firewall to the network
|
|
|
|
#
|
2009-08-07 16:25:57 +02:00
|
|
|
DNS(ACCEPT) $FW net
|
2008-12-10 02:10:35 +01:00
|
|
|
#
|
|
|
|
# Accept SSH connections from the local network for administration
|
|
|
|
#
|
2009-08-07 16:25:57 +02:00
|
|
|
SSH(ACCEPT) loc $FW
|
2008-12-10 02:10:35 +01:00
|
|
|
#
|
|
|
|
# Allow Ping from the local network
|
|
|
|
#
|
2009-08-07 16:25:57 +02:00
|
|
|
Ping(ACCEPT) loc $FW
|
2008-12-10 02:10:35 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Drop Ping from the "bad" net zone.. and prevent your log from being flooded..
|
|
|
|
#
|
|
|
|
|
2009-08-07 16:25:57 +02:00
|
|
|
Ping(DROP) net $FW
|
2008-12-10 02:10:35 +01:00
|
|
|
|
2008-12-10 03:07:09 +01:00
|
|
|
ACCEPT $FW loc ipv6-icmp
|
|
|
|
ACCEPT $FW net ipv6-icmp
|
2008-12-10 02:10:35 +01:00
|
|
|
#
|