From owner-freebsd-questions Sun Apr 15 12:17:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id A6F9C37B443 for ; Sun, 15 Apr 2001 12:17:24 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f3FJHIH86893 for ; Sun, 15 Apr 2001 16:17:18 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Sun, 15 Apr 2001 16:17:18 -0300 (ADT) From: The Hermit Hacker To: Subject: [IPFW] writing rules ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone confirm for me whether I'm reading something like the below correctly? Basically, ruleset 0107[01] will only get triggered for port != (20,21,873,80), as, if its something on port 20, then it will stop processing at rule 0101[01]? 01010 1302 127709 pipe 1 tcp from ###.###.##.## 20,21 to any 01011 1298 67573 pipe 1 tcp from any to ###.###.##.## 20,21 01040 588 874583 pipe 1 tcp from ###.###.##.## 873 to any 01041 531 21248 pipe 1 tcp from any to ###.###.##.## 873 01050 7220 8202922 pipe 2 tcp from ###.###.##.## 80 to any 01051 5576 471509 pipe 2 tcp from any to ###.###.##.## 80 01070 906 1021266 pipe 2 tcp from ###.###.##.## to any 01071 786 40827 pipe 2 tcp from any to ###.###.##.## Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message