projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec9307
)
be a little more liberal about throwing away MS traffic
author
Stephen Gran
<steve@lobefin.net>
Wed, 24 Feb 2010 00:37:51 +0000
(
00:37
+0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/ferm/files/ferm.conf
b/modules/ferm/files/ferm.conf
index
c63c8ea
..
b5448b0
100644
(file)
--- a/
modules/ferm/files/ferm.conf
+++ b/
modules/ferm/files/ferm.conf
@@
-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;
}
}