Add warning about ADD_SNAT_ALIASES in the masq file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1594 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-04 16:24:58 +00:00
parent 3ede79187f
commit 346d125bb8
2 changed files with 10 additions and 1 deletions

View File

@ -54,3 +54,5 @@ Changes in 2.0.8
Changes in 2.0.9 Changes in 2.0.9
1) Corrected setup_tc1() handling of the PROTO column. 1) Corrected setup_tc1() handling of the PROTO column.
2) Added warning about ADD_SNAT_ALIASES in the masq file.

View File

@ -42,6 +42,13 @@
# will automatically add this address to the # will automatically add this address to the
# INTERFACE named in the first column. # INTERFACE named in the first column.
# #
# If you have set ADD_SNAT_ALIASES=Yes in
# /etc/shorewall/shorewall.conf then DO NOT
# PLACE YOUR EXTERNAL INTERFACE'S PRIMARY IP
# ADDRESS IN THIS COLUMN -- If you do so, you
# will loose your default route when Shorewall
# starts.
#
# You may also specify a range of up to 256 # You may also specify a range of up to 256
# IP addresses if you want the SNAT address to # IP addresses if you want the SNAT address to
# be assigned from that range in a round-robin # be assigned from that range in a round-robin