From owner-freebsd-questions Tue May 29 1:24:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c001.snv.cp.net (c001-h015.c001.snv.cp.net [209.228.32.129]) by hub.freebsd.org (Postfix) with SMTP id DE7C137B636 for ; Tue, 29 May 2001 01:24:16 -0700 (PDT) (envelope-from vicky@vic.ky) Received: (cpmta 11639 invoked from network); 29 May 2001 01:24:14 -0700 Date: 29 May 2001 01:24:14 -0700 Message-ID: <20010529082414.11634.cpmta@c001.snv.cp.net> X-Sent: 29 May 2001 08:24:14 GMT Received: from [152.158.247.97] by mail.vic.ky with HTTP; 29 May 2001 01:24:13 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-questions@freebsd.org From: Vicky@Vic.ky X-Mailer: Web Mail 3.7.1.9 X-Sent-From: vicky@vic.ky Subject: ipfw 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 Hello, I need to ask about ipfw filtering proceed. I have illustration like below: 01700 divert 8668 ip from 192.168.1.0/25 to any via rl0 01800 divert 8668 ip from any to 202.202.202 via rl0 02000 pipe 1 ip from any to any via rl1 02100 pipe 2 ip from any to 192.168.1.3 via rl0 02200 pipe 3 ip from any to 192.168.1.0/25 via rl0 02300 pipe 4 ip from 192.168.1.0/25 to any via rl0 all local IP will be diverted at rule # 01700 01800. What I need to ask, will FreeBSD proceed rules # 02000 - 02300 after filtering through 01700 and 01800 ? NOTE: rl0 is public interface and rl1 is local interface Thanks, Vicky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message