From: Stephen Gran Date: Tue, 23 Feb 2010 19:05:34 +0000 (+0000) Subject: make MS ports quiet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=76dcb31392a8db7eb744df0b98cfea2c7b61a48d;p=mirror%2Fdsa-puppet.git make MS ports quiet Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/files/ferm.conf b/modules/ferm/files/ferm.conf index f761b01e8..c63c8ea7d 100644 --- 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; } }