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:
655da55
)
make MS ports quiet
author
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 19:05:34 +0000
(19:05 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 19:05:34 +0000
(19:05 +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
f761b01
..
c63c8ea
100644
(file)
--- a/
modules/ferm/files/ferm.conf
+++ b/
modules/ferm/files/ferm.conf
@@
-54,6
+54,8
@@
domain (ip ip6) {
domain (ip ip6) {
chain INPUT {
+ proto udp dport 137 DROP;
+ proto tcp mod multiport destination-ports (137 445) DROP;
jump log_or_drop;
}
}