From owner-freebsd-ports@freebsd.org Thu Mar 17 13:04:12 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC88AD3080 for ; Thu, 17 Mar 2016 13:04:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ECE0AFFF for ; Thu, 17 Mar 2016 13:04:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E88BEAD307F; Thu, 17 Mar 2016 13:04:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E82C3AD307E for ; Thu, 17 Mar 2016 13:04:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C11B7FFE for ; Thu, 17 Mar 2016 13:04:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id BC03320A3C for ; Thu, 17 Mar 2016 09:04:10 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Thu, 17 Mar 2016 09:04:10 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=wXs5Hz5TWos5MfU GhrFcjlL0l5M=; b=mAeRxuah+eABkYFHuBs9n5km5WA8NL3ttV7kwbO+xdy6KWR aMz+8/pTB86F4fQwmavaoNB9SOX7lwDWcX59LUg4duM39D9B/xmxRwxovv35C2on 6gBzZ4UV6aRj5eFxNJAc1gyQXIvlLwJ+a06OEuGRlzDehMxaf2Rl23B0OU64= Received: by web3.nyi.internal (Postfix, from userid 99) id 8CB07102E74; Thu, 17 Mar 2016 09:04:10 -0400 (EDT) Message-Id: <1458219850.1252125.551938618.234203BC@webmail.messagingengine.com> X-Sasl-Enc: snPTNZl2YiZ6TYEExrwZqko6WjKYNbzbIY96twDUzV25 1458219850 From: Mark Felder To: Petri Riihikallio Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-872772a7 Subject: Re: FreeBSD Port: sshguard-1.6.3 IPFW tule missing Date: Thu, 17 Mar 2016 08:04:10 -0500 In-Reply-To: <172178A6-5745-41A8-A7D0-3D99286AA67B@metis.fi> References: <172178A6-5745-41A8-A7D0-3D99286AA67B@metis.fi> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 13:04:12 -0000 On Sun, Mar 13, 2016, at 07:36, Petri Riihikallio wrote: > Hello >=20 > After upgrading my ports I noticed the rule "deny ip from table(22) to > me=E2=80=9D wasn=E2=80=99t being applied after a reboot. In 1.6.2 it was,= if I recall > correctly. When SSHGuard IPFW support was rewritten I had the table rule > in my local config. Then it appeared in the port so I removed mine. I > guess the current situation is an oversight. Just for you to know. >=20 I'm not aware of sshguard automatically adding the "deny ip from table(22) to me" rule to ipfw. This would be a very difficult thing to do reliably as a complex firewall ruleset may need this deny rule somewhere different than the very first rule. I certainly don't have it as the first rule for my firewall. --=20 Mark Felder ports-secteam member feld@FreeBSD.org