From: Stephen Gran Date: Tue, 23 Feb 2010 19:05:34 +0000 (+0000) Subject: make MS ports quiet X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76dcb31392a8db7eb744df0b98cfea2c7b61a48d;hp=655da55a3d0a843c306e5746069b4ff0fd1ab9df;p=dsa-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 f761b01e..c63c8ea7 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; } }