From 40714cdb1e1ba7ddf89bc54857680eb5d0859230 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 11 Oct 2006 16:46:26 +0000 Subject: [PATCH] Add macro.RDP git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4666 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/macro.RDP | 12 ++++++++++++ Shorewall/releasenotes.txt | 3 +++ Shorewall/shorewall.spec | 1 + 4 files changed, 18 insertions(+) create mode 100644 Shorewall/macro.RDP diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index be15e6adc..6c26f5dbb 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -10,6 +10,8 @@ Changes in 3.3.3 5) Add COMMENT support. +6) Add macro.RDP. + Changes in 3.3.1 1) Load the proxyarp lib when 'proxyarp' option is specified. diff --git a/Shorewall/macro.RDP b/Shorewall/macro.RDP new file mode 100644 index 000000000..ebe6722ac --- /dev/null +++ b/Shorewall/macro.RDP @@ -0,0 +1,12 @@ +# +# Shorewall version 3.2 - RDP Macro +# +# /usr/share/shorewall/macro.RDP +# +# This macro handles Microsoft RDP (Remote Desktop) traffic. +# +############################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ +# PORT PORT(S) DEST LIMIT GROUP +PARAM - - tcp 3389 +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 53502eda6..a4c98b96b 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -114,6 +114,9 @@ Other changes in 3.3.3 0 0 reject udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:137:139 /* Stop Microsoft Noise */ +4) A new macro (macro.RDP) has been added for Microsoft Remote + Desktop. This macro was contributed by Tuomo Soini. + Migration Considerations: 1) Shorewall supports the notion of "default actions". A default diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 1850b548b..e4e81d1f8 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -156,6 +156,7 @@ fi %attr(0644,root,root) /usr/share/shorewall/macro.POP3 %attr(0644,root,root) /usr/share/shorewall/macro.POP3S %attr(0644,root,root) /usr/share/shorewall/macro.PostgreSQL +%attr(0644,root,root) /usr/share/shorewall/macro.RDP %attr(0644,root,root) /usr/share/shorewall/macro.Rdate %attr(0644,root,root) /usr/share/shorewall/macro.Reject %attr(0644,root,root) /usr/share/shorewall/macro.Rsync