Remove Reaim modules

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9099 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-17 20:58:32 +00:00
parent acc0a2b726
commit f64e0ecefe
2 changed files with 0 additions and 33 deletions

View File

@ -1,16 +0,0 @@
#
# Shorewall version 4 - reaim Macro for external interface.
#
# /usr/share/shorewall/macro.Reaimex
#
# This macro handles reaim from the internet to the firewall.
#
# Normal usage in your rules file is:
#
# Reaimex net $FW
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
ACCEPT - - tcp 1863:1864,4443,5566,40000:40099
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

View File

@ -1,17 +0,0 @@
#
# Shorewall version 4 - reaim Macro for internal interface.
#
# /usr/share/shorewall/macro.Reaimin
#
# This macro handles reaim from the local LAN to the firewall.
#
# Normal usage in your rules file is:
#
# Reaimin loc
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
REDIRECT - 5190 tcp 5190
REDIRECT - 1863 tcp 1863
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE