From owner-freebsd-questions Thu Oct 21 19:46:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 32B0B14E74 for ; Thu, 21 Oct 1999 19:46:12 -0700 (PDT) (envelope-from lists@rhavenn.net) Received: from rhavenn (rhavenn.isdn.visi.com [209.98.4.95]) by mail-out.visi.com (Postfix) with SMTP id 4743C3731 for ; Thu, 21 Oct 1999 21:46:11 -0500 (CDT) Message-Id: <3.0.6.32.19991021215338.0091f3b0@mail.trlinks.com> X-Sender: rhavenn@mail.trlinks.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 21 Oct 1999 21:53:38 -0500 To: freebsd-questions@freebsd.org From: Lists User Subject: IPFW is acting funny... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello List- Well, more then likely I am not understanding IPFW correctly, but here is my problem: I have the IPFIREWALL, etc.. on in the kernel and my firewall works, but I am trying to keep my local computers and routers from filling my logs, so I put a line in before my last one which should deny certian local requests, but not log them. #Before the last line $ipfw add deny udp from 172.20.20.15 137 to 172.20.20.12 137 #This is a Win98 box to my NIX box $ipfw add deny udp from 172.20.20.15 138 to 172.20.20.12 138 #My last lines. $ipfw add deny log tcp from any to any $ipfw add deny log udp from any to any My question/problem is that these requests still get logged and fillup my log file with junk. I thought if a deny matched it would terminate, but it keeps going and logs the requests? In my log file it shows up exactly like the deny requests above it. Am I missing something? Thanks! I am on the digest list, but could you email me seperately if you have an answer :) Henrik lists@rhavenn.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message