From bb65b34210dcff37b4cfccc5eadb2e93a8b83c46 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 18 May 2002 14:48:11 +0000 Subject: [PATCH] Update rules file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@30 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/rules | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Shorewall/rules b/Shorewall/rules index 6415bf3c7..5867af891 100755 --- a/Shorewall/rules +++ b/Shorewall/rules @@ -22,7 +22,8 @@ # REJECT -- disallow the request and return an # icmp-unreachable or an RST packet. # DNAT -- Forward the request to another -# system (and optionally another port). +# system (and optionally another +# port). # REDIRECT -- Redirect the request to a local # port on the firewall. # @@ -75,8 +76,8 @@ # and not as a name from /etc/services. # # if the RESULT is REDIRECT, this column needs only to -# contain the port number on the firewall that the request -# should be redirected to. +# contain the port number on the firewall that the +# request should be redirected to. # # PROTO Protocol - Must be "tcp", "udp", "icmp", a number, # "all" or "related". If "related", the remainder of the @@ -102,8 +103,8 @@ # specify an ADDRESS in the next column, then place "-" # in this column. # -# ORIGINAL DEST (0ptional -- only allowed if ACTION is DNAT or REDIRECT) -# If included and different from the IP +# ORIGINAL DEST (0ptional -- only allowed if ACTION is DNAT or +# REDIRECT) If included and different from the IP # address given in the SERVER column, this is an address # on some interface on the firewall and connections to # that address will be forwarded to the IP and port