From owner-freebsd-ipfw@FreeBSD.ORG Wed Nov 24 19:20:55 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908D816A4CE for ; Wed, 24 Nov 2004 19:20:55 +0000 (GMT) Received: from server1.carmatec.com (server1.carmatec.com [66.45.229.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6060143D2D for ; Wed, 24 Nov 2004 19:20:55 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from [202.88.173.225] (helo=server.trouble-free.net) by server1.carmatec.com with esmtpa (Exim 4.43) id 1CX2hA-0007JB-0p for freebsd-ipfw@freebsd.org; Wed, 24 Nov 2004 14:20:31 -0500 From: "Akhthar Parvez. K" Organization: Carmatec Solutions To: freebsd-ipfw@freebsd.org Date: Thu, 25 Nov 2004 00:50:55 +0530 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411250050.55960.akhthar@carmatec.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.carmatec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - carmatec.com X-Source: X-Source-Args: X-Source-Dir: Subject: block an IP for a particular port X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: akhthar@carmatec.com List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 19:20:55 -0000 Hi All, I just wanna block an IP range for a particular port. I used the following command. ipfw add 00150 drop tcp from 200.0.0.0/24 to any 80 I am able to see the following line in ipfw list 00150 deny tcp from 200.0.0.0/24 to any 80 But I don't think it's working. I am still getting the requests from that IP range. Do I need to do anything else to make it works? Thanks in advance. -- With Regards, Akhthar Parvez.K --------------------- NOTHING IS IMPOSSIBLE Because Impossible itself says I'M POSSIBLE