From owner-freebsd-isp@FreeBSD.ORG Thu Sep 23 08:10:37 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8418416A4CE; Thu, 23 Sep 2004 08:10:37 +0000 (GMT) Received: from ims01.stf.nus.edu.sg (ims01.stf.nus.edu.sg [137.132.14.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06C843D5C; Thu, 23 Sep 2004 08:10:36 +0000 (GMT) (envelope-from bikrant_ml@wlink.com.np) Received: from mail pickup service by ims01.stf.nus.edu.sg with Microsoft SMTPSVC; Thu, 23 Sep 2004 16:10:33 +0800 Received: from isv03.stf.nus.edu.sg ([137.132.14.18]) by ims01.stf.nus.edu.sg with Microsoft SMTPSVC(5.0.2195.6713); Thu, 23 Sep 2004 14:49:05 +0800 Received: from mx2.fanmail.com ([216.180.38.177]) by isv03.stf.nus.edu.sg with InterScan Messaging Security Suite; Thu, 23 Sep 2004 14:49:05 +0800 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119])by ; Thu, 23 Sep 2004 01:31:23 -0500 (CDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])by mx2.freebsd.org (Postfix) with ESMTPid 7747156503; Thu, 23 Sep 2004 owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1])by hub.freebsd.org (Postfix) with ESMTPid B615316A500; Thu, 23 Sep 2004 06:48:24 +0000 (GMT) Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])by hub.freebsd.org (Postfix) with ESMTP id 5443116A4CEfor ;Thu, 23 Sep 2004 06:48:20 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87])by mx1.FreeBSD.org (Postfix) with SMTP id 6912E43D1Ffor ;Thu, 23 Sep 2004 06:48:17 +0000 (GMT)(envelope-from bikrant_ml@wlink.com.np) Received: (qmail 15929 invoked from network); 23 Sep 2004 06:48:14 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 23 Sep 2004 06:48:14 -0000 Received: (qmail 70622 invoked by uid 1008); 23 Sep 2004 06:48:11 -0000 Received: from bikrant_ml@wlink.com.np by qmail-scanner.wlink.com.np by uid1002 with qmail-scanner-1.20 (clamscan: 0.60. Clear:RC:1(202.79.32.77):. Processed in 1.708401 secs); 23 Sep 2004 06:48:10 -0000 Received: from smtp2.wlink.com.np (202.79.32.77) by qmail-scanner.wlink.com.np with SMTP; 23 Sep 2004 06:48:08 -0000 Received: (qmail 21880 invoked by uid 516); 23 Sep 2004 06:48:05 -0000 Received: from [202.79.36.168] (HELO bikrant.org.np) by smtp2.wlink.com.np(qmail-smtpd) with SMTP; 23 Sep 2004 06:48:05 -0000 (Thu, 23 Sep 2004 12:33:05+0545) From: Bikrant Neupane To: freebsd-questions@freebsd.org Date: Thu, 23 Sep 2004 12:33:00 +0545 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409231233.00370.bikrant_ml@wlink.com.np> X-Spam-Check-By: smtp2.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status: No, hits=-4.9 required=5.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org X-imss-version: 2.8 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:49 M:0 S:5 R:5 X-imss-settings: Baseline:3 C:1 M:1 S:1 R:1 (0.5000 0.5000) X-OriginalArrivalTime: 23 Sep 2004 06:49:05.0784 (UTC) FILETIME=[6B40E780:01C4A139] cc: freebsd-isp@freebsd.org Subject: Ipfw accept rule X-BeenThere: freebsd-isp@freebsd.org List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 08:10:37 -0000 Hi, When a packet hits "allow | accept | pass | permit" rule the packet is accepted and the search is retiminated at that point. I need to accept the packet but still want the packet to continue travers rules further below. However, once it hits "deny | drop" rule it should be dropped and the search should terminate at that point. Is that possible with IPFW? regards, Bikrant _______________________________________________ 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"