From owner-freebsd-questions Thu Oct 21 12:33: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 4093614F7E for ; Thu, 21 Oct 1999 12:33:04 -0700 (PDT) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id MAA17462 for ; Thu, 21 Oct 1999 12:33:04 -0700 (PDT) Date: Thu, 21 Oct 1999 12:33:04 -0700 (PDT) From: daniel B To: freebsd-questions@freebsd.org Subject: ipfw dny ip from any to any 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 Hi folks; I want to log all denied packets in ipfw and I used 65534 add deny log all from any to any this should 'bypass' the las rule 65535 deny all from any to any but it doen't! I still see denied packet on the last rule when I do ipfw sh What to do now? Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message