From 1d1d205007ccc3f59de440f4635fdf7ec17dcda1 Mon Sep 17 00:00:00 2001 From: frannie Date: Sun, 8 Jun 2003 19:51:18 +0000 Subject: [PATCH] Updated Comments For 1.4.4 Rule File Changes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@586 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/rules | 9 +++++++-- Samples/three-interfaces/rules | 9 +++++++-- Samples/two-interfaces/rules | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Samples/one-interface/rules b/Samples/one-interface/rules index f6423c1e7..fe30a926f 100755 --- a/Samples/one-interface/rules +++ b/Samples/one-interface/rules @@ -37,6 +37,11 @@ # REDIRECT # Redirect the request to a local # port on the firewall. +# REDIRECT- +# Advanced users only. +# Like REDIRECT but only generates the +# REDIRECT iptables rule and not the +# companion ACCEPT rule. # CONTINUE # (For experts only). Do Not Process # any of the following rules for this @@ -171,8 +176,8 @@ # Otherwise, a separate rule will be generated for each # port. # -# 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 diff --git a/Samples/three-interfaces/rules b/Samples/three-interfaces/rules index 4c49393e3..c09336e04 100755 --- a/Samples/three-interfaces/rules +++ b/Samples/three-interfaces/rules @@ -37,6 +37,11 @@ # REDIRECT # Redirect the request to a local # port on the firewall. +# REDIRECT- +# Advanced users only. +# Like REDIRECT but only generates the +# REDIRECT iptables rules and not the +# companion ACCEPT rule. # CONTINUE # (For experts only). Do Not Process # any of the following rules for this @@ -171,8 +176,8 @@ # Otherwise, a separate rule will be generated for each # port. # -# 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 diff --git a/Samples/two-interfaces/rules b/Samples/two-interfaces/rules index 363a54826..f5c000054 100755 --- a/Samples/two-interfaces/rules +++ b/Samples/two-interfaces/rules @@ -37,6 +37,11 @@ # REDIRECT # Redirect the request to a local # port on the firewall. +# REDIRECT- +# Advanced users only. +# Like REDIRECT but only generates the +# REDIRECT iptables rule and not the +# companion ACCEPT rule. # CONTINUE # (For experts only). Do Not Process # any of the following rules for this @@ -171,8 +176,8 @@ # Otherwise, a separate rule will be generated for each # port. # -# 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