From owner-freebsd-net@FreeBSD.ORG Tue Jun 15 20:02:59 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D409016A4CE for ; Tue, 15 Jun 2004 20:02:59 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52ADD43D45 for ; Tue, 15 Jun 2004 20:02:59 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 4FF9F651FA; Tue, 15 Jun 2004 21:02:36 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83502-02-6; Tue, 15 Jun 2004 21:02:35 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9C626651EB; Tue, 15 Jun 2004 21:02:35 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id E4F096119; Tue, 15 Jun 2004 21:02:34 +0100 (BST) Date: Tue, 15 Jun 2004 21:02:34 +0100 From: Bruce M Simpson To: Aldrin Leal Message-ID: <20040615200234.GC26312@empiric.dek.spc.org> Mail-Followup-To: Aldrin Leal , freebsd-net@freebsd.org References: <3534b0b3040615115713cc3589@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3534b0b3040615115713cc3589@mail.gmail.com> cc: freebsd-net@freebsd.org Subject: Re: Bridging Code - MAC Filtering X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 20:02:59 -0000 On Tue, Jun 15, 2004 at 03:57:12PM -0300, Aldrin Leal wrote: > Does the bridging code in FreeBSD 5.2-RELEASE have the hability > to perform mac checking for a given IP? Please don't cross-post. You need to look at ipfw2 or pf's layer 2 filtering capabilities; this isn't a function of the bridging code. BMS