From owner-freebsd-ipfw@FreeBSD.ORG Tue Jun 15 20:07:11 2004 Return-Path: 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 8337616A4CE; Tue, 15 Jun 2004 20:07:11 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 8AED043D48; Tue, 15 Jun 2004 20:07:10 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Jun 2004 21:06:59 +0100 (BST) Date: Tue, 15 Jun 2004 21:06:59 +0100 From: David Malone To: Aldrin Leal Message-ID: <20040615200659.GA97862@walton.maths.tcd.ie> 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> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-net@freebsd.org cc: freebsd-ipfw@freebsd.org cc: freebsd-hackers@freebsd.org Subject: Re: Bridging Code - MAC Filtering X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 20:07:11 -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? You could use ipfw2, which can match both on IP address and MAC address. David.