From owner-freebsd-questions Mon Aug 13 0:13:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe26.law12.hotmail.com [64.4.18.83]) by hub.freebsd.org (Postfix) with ESMTP id 39B3337B40A; Mon, 13 Aug 2001 00:13:16 -0700 (PDT) (envelope-from default013subscriptions@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 13 Aug 2001 00:13:16 -0700 X-Originating-IP: [24.14.93.185] Reply-To: "default - Subscriptions" From: "default - Subscriptions" To: , Subject: Easy IPFW question... Date: Mon, 13 Aug 2001 02:12:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 13 Aug 2001 07:13:16.0054 (UTC) FILETIME=[6C00CB60:01C123C7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm kinda new to IPFW, and I was unable to figure this out by myself... I want to block an I.P. range, say 192.168.0.1, with a netmask of 255.255.0.0 ... The rule I tried was this: ipfw add deny log all from 192.168.0.1/16 to any via ed0 I then attempted to access the server from this I.P. range and was able to do it normally... basically I don't want anyone in this I.P. range to be able to see anything at all... Thanks, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message