From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 06:48:20 2004 Return-Path: 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 5443116A4CE for ; 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 6912E43D1F for ; 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 uid 1002 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 cc: freebsd-isp@freebsd.org Subject: Ipfw accept rule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 06:48:20 -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