From owner-freebsd-questions@FreeBSD.ORG Sun Jul 7 13:06:34 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 490F394B for ; Sun, 7 Jul 2013 13:06:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DB2A91393 for ; Sun, 7 Jul 2013 13:06:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r67D6WCm049366; Sun, 7 Jul 2013 07:06:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r67D6W0f049363; Sun, 7 Jul 2013 07:06:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 7 Jul 2013 07:06:32 -0600 (MDT) From: Warren Block To: Jos Chrispijn Subject: Re: Access guard In-Reply-To: <51D92ED2.4040902@webrz.net> Message-ID: References: <51D92ED2.4040902@webrz.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 07 Jul 2013 07:06:33 -0600 (MDT) Cc: "freebsd-questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 13:06:34 -0000 On Sun, 7 Jul 2013, Jos Chrispijn wrote: > I am looking for a program that watches login attempts (mail and ssh login) > and blocks the ip address after xx failed attempts. > Currently I am using ipfw - might be great if that program works with ipw > too... security/sshguard. There are subports for the three stock firewalls, too.