From owner-freebsd-ipfw@FreeBSD.ORG Fri Aug 12 07:05:08 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66EC816A41F for ; Fri, 12 Aug 2005 07:05:08 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A4743D5C for ; Fri, 12 Aug 2005 07:05:07 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id 9559124C6C3 for ; Fri, 12 Aug 2005 08:51:56 +0200 (CEST) Date: Fri, 12 Aug 2005 10:04:42 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1581417195.20050812100442@spaingsm.com> To: freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: problem: MAC in via internal interface X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 07:05:08 -0000 Hi! I want to permit only traffic from my network class throught internal interface. So i put in ipfw rules this rule to see what traffic is: $cmd add 51 count log logamount 0 all from not $local_net to any in via $lif I study my logs and i find this: Aug 12 09:58:14 freebsd kernel: ipfw: 51 Count UDP 0.0.0.0:68 255.255.255.255:67 in via fxp0 Aug 12 09:58:14 freebsd kernel: ipfw: 51 Count UDP 0.0.0.0:68 255.255.255.255:67 in via fxp0 Aug 12 09:58:18 freebsd kernel: ipfw: 51 Count MAC in via fxp0 When i deny this traffic, network freeze after 3-10 min. I think is because, is blocked traffic inidcate by "MAC in via fxp0". What kind of traffic is this? I can't block ilegal traffic to this reason.