forked from extern/shorewall_code
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:
parent
3ede79187f
commit
346d125bb8
@ -53,4 +53,6 @@ Changes in 2.0.8
|
||||
|
||||
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.
|
||||
|
@ -42,6 +42,13 @@
|
||||
# will automatically add this address to the
|
||||
# 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
|
||||
# IP addresses if you want the SNAT address to
|
||||
# be assigned from that range in a round-robin
|
||||
|
Loading…
Reference in New Issue
Block a user