From 65fdb71ed413492b556cda4eb0a58d1c470d3902 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 10 Nov 2004 21:23:28 +0000 Subject: [PATCH] Update for Shorewall 2.2.0 -- take 3 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1748 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/two-interfaces/masq | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Samples/two-interfaces/masq b/Samples/two-interfaces/masq index 922fd97df..7aac56a96 100755 --- a/Samples/two-interfaces/masq +++ b/Samples/two-interfaces/masq @@ -73,6 +73,23 @@ # # This column may not contain DNS names. # +# Normally, Netfilter will attempt to retain +# the source port number. You may cause +# netfilter to remap the source port by following +# an address or range (if any) by ":" and +# a port range with the format - +# . If this is done, you must +# specify "tcp" or "udp" in the PROTO column. +# +# Examples: +# +# 192.0.2.4:5000-6000 +# :4000-5000 +# +# If you want to leave this column empty +# but you need to specify the next column then +# place a hyphen ("-") here. +# # PROTO -- (Optional) # If you wish to restrict this entry to a # particular protocol then enter the protocol