From owner-freebsd-questions@FreeBSD.ORG Sat Apr 3 18:56:19 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 78131106566C for ; Sat, 3 Apr 2010 18:56:19 +0000 (UTC) (envelope-from jackoroses@gmail.com) Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195]) by mx1.freebsd.org (Postfix) with ESMTP id E8CF78FC14 for ; Sat, 3 Apr 2010 18:56:17 +0000 (UTC) Received: by qyk33 with SMTP id 33so3096884qyk.28 for ; Sat, 03 Apr 2010 11:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:received:message-id:subject:from:to:content-type; bh=y8rkEQvrZJRTqOmXhTUn9oSkDlkhb4NBGTJGs41fEGo=; b=hybneBgxZSY3pfdQ9d8ngA3y2HxECIJwB9mboJFGJFWr/jjrCRrPLaVRv3ZnpatyL5 fF+yVCpte+wcwxto+shAtRCeBJV9Vf2DYuzqz/nQz58JMGJWVOehW9+TITONQFGbI32o RKNRWlNCW8+1shv55GYN7FA5rPqgi40kVVBFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=vSJLVo/XFKb1P7XttywD17T2Cpe5NseslCr8I/PJlrTxuFL/4UP2eleSUJB1/qFRNH Qk9lOZCWLmwHXGqE6PXXL2DZxgLI6Z9vEMLJEXPaMsOgZjFb+3FA1cQ7sfnzE0rWI02f QNzKFK+wYoY5FzSxzy20Y/dQ4fVMusWxyJx14= MIME-Version: 1.0 Received: by 10.229.240.141 with HTTP; Sat, 3 Apr 2010 11:56:17 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Apr 2010 14:56:17 -0400 Received: by 10.229.192.10 with SMTP id do10mr6203848qcb.48.1270320977101; Sat, 03 Apr 2010 11:56:17 -0700 (PDT) Message-ID: From: Mike L To: carmel_ny@hotmail.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: IPFW and Fail2Ban X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackoroses@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2010 18:56:19 -0000 On Sat, Apr 3, 2010 at 6:29 AM, Carmel NY wrote: > I am having an exceedingly hard time finding documentation on Fail2Ban > on FreeBSD. In fact, documentation on Fail2Ban seems rather sparse to > begin with. > > In any case, does Fail2Ban work with the IPFW firewall on FreeBSD? Does > it do it natively, or does it require a special configuration? > > I presently have 'denyhost' up and running. If I get Fail2Ban working > correctly, I assume I can remove 'denyhost'. Again, I am assuming that > the two program would interact badly with each other. > > -- > Carmel > carmel_ny@hotmail.com > > |::::======= > |::::======= > |=========== > |=========== > | > > Your fault - core dumped > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Yes it works with freebsd. You need to specify it in jail.conf under the the filter you choose; action=ipfw[localhost xxx.xxx.xxx] configure the ipfw.conf in the action.d directory a little googling and trial and error and you will get it.