Add warning about interface names in column 2 of the MASQ file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@413 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-01-24 16:19:38 +00:00
parent 1556b73de9
commit 896c5743ba

View File

@ -16,8 +16,12 @@
# 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
# interface, you must have iproute installed and the interface
# must be up before you start the firewall.
#
# must be up before you start the firewall. If you have
# multiple IP addresses on the specified interface, Shorewall
# WILL ONLY MASQUERADE TRAFFIC FROM THE FIRST SUBNET. You will
# need to add additional entries to this file that specify
# the other subnets in this column.
#
# In order to exclude a subset of the specified SUBNET, you
# may append "!" and a comma-separated list of IP addresses
# and/or subnets that you wish to exclude.