Restore hosts file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@457 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-02-19 23:58:56 +00:00
parent 6cabdfae5d
commit c4bbfc45d2

View File

@ -1,22 +1,42 @@
# #
# Shorewall 1.4 - /etc/shorewall/bounce # Shorewall 1.4 - /etc/shorewall/hosts
# #
# Normally, Shorewall assumes that the firewall/gateway will not be # WARNING: 90% of Shorewall users don't need to add entries to this
# routing requests back out the same interface that they came in on. # file and 80% of those who try to add such entries get it
# If you have such requirements, they should be defined here. # wrong. Unless you are ABSOLUTELY SURE that you need entries
# in this file, don't touch it!
# #
# Columns are: # 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.
# #
# INTERFACE The name of an interfaces defined # ZONE - The name of a zone defined in /etc/shorewall/zones
# in /etc/shorewall/interfaces
# #
# SOURCE The name of a zone followed by a # HOST(S) - The name of an interface followed by a colon (":") and
# colon (":") and the address of a # either:
# host or subnet.
# #
# DESTINATION The name of a zone followed by a # a) The IP address of a host
# colon and the address of a host # b) A subnetwork in the form
# or subnet. # <subnet-address>/<mask width>
#
# The interface must be defined in the
# /etc/shorewall/interfaces file.
# #
#INTERFACE SOURCE DESTINATION # Examples:
#
# eth1:192.168.1.3
# eth2:192.168.2.0/24
#
# OPTIONS - A comma-separated list of options. Currently-defined
# options are:
#
# maclist - Connection requests from these hosts
# are compared against the contents of
# /etc/shorewall/maclist. If this option
# is specified, the interface must be
# an ethernet NIC and must be up before
# Shorewall is started.
#
#
#ZONE HOST(S) OPTIONS
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS LINE -- DO NOT REMOVE #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS LINE -- DO NOT REMOVE