]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
be a little more liberal about throwing away MS traffic
authorStephen Gran <steve@lobefin.net>
Wed, 24 Feb 2010 00:37:51 +0000 (00:37 +0000)
committerStephen Gran <steve@lobefin.net>
Wed, 24 Feb 2010 00:37:51 +0000 (00:37 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/files/ferm.conf

index c63c8ea7d936307e636161e77b184c4abf4260b8..b5448b07a718827e7a004c2a89687054734678a9 100644 (file)
@@ -54,8 +54,7 @@ domain (ip ip6) {
 
 domain (ip ip6) {
         chain INPUT {
-                proto udp dport 137 DROP;
-                proto tcp mod multiport destination-ports (137 445) DROP;
+                proto (tcp udp) mod multiport destination-ports (135 137 138 139 445 1026 1027 1433) DROP;
                 jump log_or_drop;
         }
 }