From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 09:08:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 935F816A41F for ; Wed, 10 Aug 2005 09:08:39 +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 1A52B43D58 for ; Wed, 10 Aug 2005 09:08:38 +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 A049224C90E for ; Wed, 10 Aug 2005 10:55:42 +0200 (CEST) Date: Wed, 10 Aug 2005 12:08:15 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1563739272.20050810120815@spaingsm.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ipnat and MAC filter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 09:08:39 -0000 I run for a while ipfw with natd. Now i work with ipfw and ipnat, but i dont count any traffic by MAC address. This is an example: 00030 0 0 count ip from any to any MAC any any via fxp0 00050 378 274434 allow ip from 192.168.101.0/24 to 192.168.101.0/24 via fxp0 It's like i dont see any MAC address. What is wrong?