From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 12:34:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A40B1065688 for ; Fri, 18 Jun 2010 12:34:15 +0000 (UTC) (envelope-from jerry@nrdx.com) Received: from www2.stelesys.com (www2.stelesys.com [69.61.61.170]) by mx1.freebsd.org (Postfix) with ESMTP id E812C8FC17 for ; Fri, 18 Jun 2010 12:34:14 +0000 (UTC) Received: from c-98-219-49-14.hsd1.ga.comcast.net ([98.219.49.14] helo=[192.168.0.101]) by www2.stelesys.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OPalw-0000H1-51 for freebsd-questions@freebsd.org; Fri, 18 Jun 2010 08:34:12 -0400 Message-ID: <4C1B67B2.8000309@nrdx.com> Date: Fri, 18 Jun 2010 08:33:54 -0400 From: Jerry Bell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <367428.93212.qm@web51108.mail.re2.yahoo.com> In-Reply-To: <367428.93212.qm@web51108.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - www2.stelesys.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [26 6] / [26 6] X-AntiAbuse: Sender Address Domain - nrdx.com Subject: Re: system is under attack (what can I do more?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2010 12:34:15 -0000 On 6/18/2010 8:23 AM, Dino Vliet wrote: > 2) are there other things I could do? > > Brgds > Dino > > Look at ports/security/sshguard and ports/security/bruteblock. I use sshguard with ipfilter, but it works with pf and ipfw as well. It is very simple to set up and gets the job done. Jerry