Update rules file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@30 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-05-18 14:48:11 +00:00
parent 06146580fa
commit bb65b34210

View File

@ -22,7 +22,8 @@
# REJECT -- disallow the request and return an # REJECT -- disallow the request and return an
# icmp-unreachable or an RST packet. # icmp-unreachable or an RST packet.
# DNAT -- Forward the request to another # DNAT -- Forward the request to another
# system (and optionally another port). # system (and optionally another
# port).
# REDIRECT -- Redirect the request to a local # REDIRECT -- Redirect the request to a local
# port on the firewall. # port on the firewall.
# #
@ -75,8 +76,8 @@
# and not as a name from /etc/services. # and not as a name from /etc/services.
# #
# if the RESULT is REDIRECT, this column needs only to # if the RESULT is REDIRECT, this column needs only to
# contain the port number on the firewall that the request # contain the port number on the firewall that the
# should be redirected to. # request should be redirected to.
# #
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number, # PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
# "all" or "related". If "related", the remainder of the # "all" or "related". If "related", the remainder of the
@ -102,8 +103,8 @@
# specify an ADDRESS in the next column, then place "-" # specify an ADDRESS in the next column, then place "-"
# in this column. # in this column.
# #
# ORIGINAL DEST (0ptional -- only allowed if ACTION is DNAT or REDIRECT) # ORIGINAL DEST (0ptional -- only allowed if ACTION is DNAT or
# If included and different from the IP # REDIRECT) If included and different from the IP
# address given in the SERVER column, this is an address # address given in the SERVER column, this is an address
# on some interface on the firewall and connections to # on some interface on the firewall and connections to
# that address will be forwarded to the IP and port # that address will be forwarded to the IP and port