From 08551c69b0ab76d81649270b95378484bd07bcc8 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 5 Jul 2002 16:19:19 +0000 Subject: [PATCH] Initial revision git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@107 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Lrp/etc/shorewall/hosts | 39 +++++++++++++++++++++++++++++++++++ Lrp/var/lib/shorewall/version | 1 + 2 files changed, 40 insertions(+) create mode 100644 Lrp/etc/shorewall/hosts create mode 100644 Lrp/var/lib/shorewall/version diff --git a/Lrp/etc/shorewall/hosts b/Lrp/etc/shorewall/hosts new file mode 100644 index 000000000..91838455a --- /dev/null +++ b/Lrp/etc/shorewall/hosts @@ -0,0 +1,39 @@ +# +# Shorewall 1.3 - /etc/shorewall/hosts +# +# WARNING: 90% of Shorewall users don't need to add entries to this +# file and 80% of those who try to add such entries get it +# wrong. Unless you are ABSOLUTELY SURE that you need entries +# in this file, don't touch it! +# +# This file is used to define zones in terms of subnets and/or +# individual IP addresses. Most simple setups don't need to +# (should not) place anything in this file. +# +# ZONE - The name of a zone defined in /etc/shorewall/zones +# +# HOST(S) - The name of an interface followed by a colon (":") and +# either: +# +# a) The IP address of a host +# b) A subnetwork in the form +# / +# +# The interface must be defined in the +# /etc/shorewall/interfaces file. +# +# Examples: +# +# eth1:192.168.1.3 +# eth2:192.168.2.0/24 +# +# OPTIONS - A comma-separated list of options. Currently-defined +# options are: +# +# routestopped - route messages to and from this +# member when the firewall is in the +# stopped state +# +# +#ZONE HOST(S) OPTIONS +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS LINE -- DO NOT REMOVE diff --git a/Lrp/var/lib/shorewall/version b/Lrp/var/lib/shorewall/version new file mode 100644 index 000000000..31e5c8434 --- /dev/null +++ b/Lrp/var/lib/shorewall/version @@ -0,0 +1 @@ +1.3.3