2002-05-01 00:42:57 +02:00
|
|
|
#
|
2006-11-03 23:57:46 +01:00
|
|
|
# Shorewall version 3.4 - Sample Rules File for three-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.
|
|
|
|
#
|
2006-11-06 19:48:50 +01:00
|
|
|
# For additional information, see http://shorewall.net/Documentation.htm#Rules
|
2005-08-22 05:34:26 +02:00
|
|
|
#
|
|
|
|
#############################################################################################################
|
2005-09-12 19:42:30 +02:00
|
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/
|
|
|
|
# PORT PORT(S) DEST LIMIT GROUP
|
2002-05-18 21:48:34 +02:00
|
|
|
#
|
2003-04-06 23:41:28 +02:00
|
|
|
# Accept DNS connections from the firewall to the Internet
|
2002-05-01 00:42:57 +02:00
|
|
|
#
|
2005-09-12 19:42:30 +02:00
|
|
|
DNS/ACCEPT $FW net
|
2002-05-18 21:48:34 +02:00
|
|
|
#
|
2002-05-01 00:42:57 +02:00
|
|
|
#
|
2003-03-12 21:55:17 +01:00
|
|
|
# Accept SSH connections from the local network to the firewall and DMZ
|
2002-05-01 00:42:57 +02:00
|
|
|
#
|
2005-09-12 19:42:30 +02:00
|
|
|
SSH/ACCEPT loc $FW
|
2005-08-22 05:34:26 +02:00
|
|
|
SSH/ACCEPT loc dmz
|
2002-05-01 00:42:57 +02:00
|
|
|
#
|
2003-04-06 23:41:28 +02:00
|
|
|
# DMZ DNS access to the Internet
|
2002-05-01 00:42:57 +02:00
|
|
|
#
|
2005-08-22 05:34:26 +02:00
|
|
|
DNS/ACCEPT dmz net
|
|
|
|
|
|
|
|
|
|
|
|
# Reject Ping from the "bad" net zone.
|
|
|
|
|
2005-09-12 19:42:30 +02:00
|
|
|
Ping/REJECT net $FW
|
2005-08-22 05:34:26 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Make ping work bi-directionally between the dmz, net, Firewall and local zone
|
|
|
|
# (assumes that the loc-> net policy is ACCEPT).
|
|
|
|
#
|
|
|
|
|
2005-09-12 19:42:30 +02:00
|
|
|
Ping/ACCEPT loc $FW
|
|
|
|
Ping/ACCEPT dmz $FW
|
2005-08-22 05:34:26 +02:00
|
|
|
Ping/ACCEPT loc dmz
|
|
|
|
Ping/ACCEPT dmz loc
|
|
|
|
Ping/ACCEPT dmz net
|
|
|
|
|
2005-09-12 19:42:30 +02:00
|
|
|
ACCEPT $FW net icmp
|
2005-09-21 18:26:16 +02:00
|
|
|
ACCEPT $FW loc icmp
|
|
|
|
ACCEPT $FW dmz icmp
|
2005-08-22 05:34:26 +02:00
|
|
|
|
|
|
|
# Uncomment this if using Proxy ARP and static NAT and you want to allow ping from
|
|
|
|
# the net zone to the dmz and loc
|
|
|
|
|
2005-09-21 18:26:16 +02:00
|
|
|
#Ping/ACCEPT net dmz
|
2005-08-22 05:34:26 +02:00
|
|
|
#Ping/ACCEPT net loc
|
|
|
|
|
2002-05-01 00:42:57 +02:00
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|