From owner-freebsd-questions Tue Mar 25 11:16:39 2003 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 9AC1037B401 for ; Tue, 25 Mar 2003 11:16:37 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-231-121.bras01.elk.ca.frontiernet.net [207.173.231.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D0F43F3F for ; Tue, 25 Mar 2003 11:16:36 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id B9BC8EE559 for ; Tue, 25 Mar 2003 11:16:22 -0800 (PST) Message-ID: <00cc01c2f303$07ec8df0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "FreeBSD Questions" Subject: IPFW - Why Doesn't This Rule Match? Date: Tue, 25 Mar 2003 11:16:18 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) 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 I am using the following rules to match traffic on my home network with a FBSD 4.8 firewall. The first rule matches but the second doesn't. Here's the rules: # Match this specific traffic 00700 288 329708 count ip from 192.168.1.3 8080 to any # Match everything else 00800 0 0 count ip from not 192.168.1.3 8080 to any Can anyone tell me what I am missing? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message