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