mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Fiddle with comments in config files
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3785 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c990033180
commit
b3735408ef
@ -50,8 +50,9 @@
|
|||||||
#
|
#
|
||||||
# SUBNET -- Subnet that you wish to masquerade. You can specify this as
|
# SUBNET -- Subnet that you wish to masquerade. You can specify this as
|
||||||
# a subnet or as an interface. If you give the name of an
|
# a subnet or as an interface. If you give the name of an
|
||||||
# interface, you must have iproute installed and the interface
|
# interface, the interface must be up before you start the
|
||||||
# must be up before you start the firewall.
|
# firewall (Shorewall will use your main routing table to
|
||||||
|
# determine the appropriate subnet(s) to masquerade).
|
||||||
#
|
#
|
||||||
# In order to exclude a subset of the specified SUBNET, you
|
# In order to exclude a subset of the specified SUBNET, you
|
||||||
# may append "!" and a comma-separated list of IP addresses
|
# may append "!" and a comma-separated list of IP addresses
|
||||||
|
@ -379,16 +379,10 @@ IPSECFILE=zones
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# F I R E W A L L O P T I O N S
|
# F I R E W A L L O P T I O N S
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# NAME OF THE FIREWALL ZONE
|
|
||||||
#
|
#
|
||||||
# Name of the firewall zone -- if not set or if set to an empty string, then
|
# WARNING: THE 'FW' OPTION HAS BEEN REMOVED FROM THIS FILE -- The firewall
|
||||||
# you must include a definition of the firewall zone in /etc/shorewall/zones.
|
# zone is now declared in /etc/shorewall/zones.
|
||||||
#
|
#
|
||||||
# Note: If IPSECFILE=zones above then you must NOT set FW and you must define
|
|
||||||
# the firewall zone in /etc/shorewall/zones.
|
|
||||||
|
|
||||||
FW=
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ENABLE IP FORWARDING
|
# ENABLE IP FORWARDING
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
#
|
#
|
||||||
# /etc/shorewall/zones
|
# /etc/shorewall/zones
|
||||||
#
|
#
|
||||||
# This file determines your network zones.
|
# This file declares your network zones. You specify the hosts in
|
||||||
|
# each zone through entries in /etc/shorewall/interfaces or
|
||||||
|
# /etc/shorewall/hosts.
|
||||||
#
|
#
|
||||||
# WARNING: The format of this file changed in Shorewall 3.0.0. You can
|
# WARNING: The format of this file changed in Shorewall 3.0.0. You can
|
||||||
# continue to use your old records provided that you set
|
# continue to use your old records provided that you set
|
||||||
@ -13,7 +15,8 @@
|
|||||||
# file.
|
# file.
|
||||||
#
|
#
|
||||||
# To use records in the format described below, you must have
|
# To use records in the format described below, you must have
|
||||||
# IPSECFILE=zones specified in /etc/shorewall/shorewall.conf.
|
# IPSECFILE=zones specified in /etc/shorewall/shorewall.conf
|
||||||
|
# AND YOU MUST NOT SET THE 'FW' VARIABLE IN THAT FILE!!!!!
|
||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user