From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 20:38:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50DA516A508 for ; Wed, 29 Nov 2006 20:38:49 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A635C43DE0 for ; Wed, 29 Nov 2006 20:36:47 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GpWAb-0000t6-AB for freebsd-questions@freebsd.org; Wed, 29 Nov 2006 15:36:41 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kATKdYdo070641 for ; Wed, 29 Nov 2006 14:39:34 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kATKdYck070639 for freebsd-questions@freebsd.org; Wed, 29 Nov 2006 14:39:34 -0600 (CST) (envelope-from lane@joeandlane.com) From: Lane To: freebsd-questions@freebsd.org Date: Wed, 29 Nov 2006 14:39:33 -0600 User-Agent: KMail/1.9.3 References: <20061129145422.I70323@prime.gushi.org> In-Reply-To: <20061129145422.I70323@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611291439.34199.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec7931767dd0a1e4c170c04d3322cd3c7cab350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: IPFW: delete range of rules? 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: Wed, 29 Nov 2006 20:38:49 -0000 On Wednesday 29 November 2006 13:55, Dan Mahoney, System Admin wrote: > Hey all, the ipfw man page says rules can be deleted individually or in > groups, but I don't see (other than the sets) an easy way to craft > deletion of rules in a range (for example, 500-550). > > As the system I'm using crafts client rules by client numbers, this is a > kinda useful feature, is it available somewhere? > > -Dan > > -- > > "There is no right and wrong, there is only fun and boring." > > -Fisher Stevens, "Hackers" > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Site: http://www.gushi.org > --------------------------- > > _______________________________________________ Whoops! I see that you *can* delete multiple rules like this: ipfw delete 5150 5200 5300 lane