Add comment to masq file regarding multi-ISP

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3009 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-11-16 17:08:09 +00:00
parent 34dbd6ef28
commit 76929fb432
5 changed files with 24 additions and 3 deletions

View File

@ -6,6 +6,11 @@
# Use this file to define dynamic NAT (Masquerading) and to define # Use this file to define dynamic NAT (Masquerading) and to define
# Source NAT (SNAT). # Source NAT (SNAT).
# #
# WARNING: If you have more than one ISP, adding entries to this
# file will *not* force connections to go out through a particular
# ISP. You must use PREROUTING entries in /etc/shorewall/tcrules
# to do that.
#
# Columns are: # Columns are:
# #
# INTERFACE -- Outgoing interface. This is usually your internet # INTERFACE -- Outgoing interface. This is usually your internet

View File

@ -6,6 +6,11 @@
# Use this file to define dynamic NAT (Masquerading) and to define # Use this file to define dynamic NAT (Masquerading) and to define
# Source NAT (SNAT). # Source NAT (SNAT).
# #
# WARNING: If you have more than one ISP, adding entries to this
# file will *not* force connections to go out through a particular
# ISP. You must use PREROUTING entries in /etc/shorewall/tcrules
# to do that.
#
# Columns are: # Columns are:
# #
# INTERFACE -- Outgoing interface. This is usually your internet # INTERFACE -- Outgoing interface. This is usually your internet

View File

@ -7,6 +7,8 @@ Changes in 3.0.1
3) Add Farkas ordering to generated SOURCE and DEST column when expanding 3) Add Farkas ordering to generated SOURCE and DEST column when expanding
macros. macros.
4) Clarify PORTS column in blacklist file.
Changes in 3.0.0 Final Changes in 3.0.0 Final
None. None.

View File

@ -6,6 +6,11 @@
# Use this file to define dynamic NAT (Masquerading) and to define # Use this file to define dynamic NAT (Masquerading) and to define
# Source NAT (SNAT). # Source NAT (SNAT).
# #
# WARNING: If you have more than one ISP, adding entries to this
# file will *not* force connections to go out through a particular
# ISP. You must use PREROUTING entries in /etc/shorewall/tcrules
# to do that.
#
# Columns are: # Columns are:
# #
# INTERFACE -- Outgoing interface. This is usually your internet # INTERFACE -- Outgoing interface. This is usually your internet

View File

@ -13,6 +13,10 @@ Problems Corrected in 3.0.1
("-") appeared in the corresponding column of an invocation of that ("-") appeared in the corresponding column of an invocation of that
macro, then an invalid rule was generated. macro, then an invalid rule was generated.
4) The comments in the /etc/shorewall/blacklist file have been updated to
clarify that the PORTS column refers to destination port number/service
names.
New Features in 3.0.1 New Features in 3.0.1
1) To make the macro facility more flexible, Shorewall now examines the 1) To make the macro facility more flexible, Shorewall now examines the