From owner-freebsd-stable@FreeBSD.ORG Thu Dec 21 14:28:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 187C616A412 for ; Thu, 21 Dec 2006 14:28:26 +0000 (UTC) (envelope-from suhailc@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id D436313C44B for ; Thu, 21 Dec 2006 14:28:25 +0000 (UTC) (envelope-from suhailc@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1431117pyh for ; Thu, 21 Dec 2006 06:28:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D2IkPtsjVt7Jyn1IRnsPWDR5hpP+I0lOggp2YOUgI+TPyezVlHaUbksl7QgpwVomYEhCU0dYHnRlHVQtCT76Wq/N8MeKAXZu7sD0ozZb5WMrUCZ9SIBoqlK3Pz0VW4xeWpds3fDgGoa2A5lPxammrzWy+yZ/snLNqi0+vLcEVLE= Received: by 10.35.49.15 with SMTP id b15mr13309752pyk.1166647828866; Wed, 20 Dec 2006 12:50:28 -0800 (PST) Received: by 10.35.121.6 with HTTP; Wed, 20 Dec 2006 12:50:28 -0800 (PST) Message-ID: Date: Wed, 20 Dec 2006 20:50:28 +0000 From: "Suhail Choudhury" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Block IP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 14:28:26 -0000 Hi all, I'm using IPFW as my firewall. What's the easiest way to add an IP such as 80.192.49.213 to block it? Also how do I block out IPs after a certain number of invalid login attempts to prevent brute forcing? -- Regards, Suhail.