From owner-freebsd-net@FreeBSD.ORG Fri Oct 19 09:27:17 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E7416A41B for ; Fri, 19 Oct 2007 09:27:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 90BE913C467 for ; Fri, 19 Oct 2007 09:27:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 5CBC41CC58; Fri, 19 Oct 2007 22:27:15 +1300 (NZDT) Date: Fri, 19 Oct 2007 22:27:15 +1300 From: Andrew Thompson To: "Marc G. Fournier" Message-ID: <20071019092715.GD73629@heff.fud.org.nz> References: <5DD7674E37360FEF4702B66C@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5DD7674E37360FEF4702B66C@ganymede.hub.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-net@freebsd.org Subject: Re: Secure Wireless Router using FreeBSD ... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 09:27:17 -0000 On Fri, Oct 19, 2007 at 02:27:02AM -0300, Marc G. Fournier wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Within my Linksys, I can restrict wireless to MAC addresses, as well as using > stuff like WPA ... quick search on google, and I found: > > > > Which talks about setting up a WPA based wireless network ... but, some way of > doing MAC based restrictions as well? I'm suspecting that I can using pf, deny > all MAC then allow specific ones ... What I would like to find, if it exists, > is an application that I can run on FreeBSD so that there is a "user friendly" > interface to this, vs having someone have to muddle with flat files and reload > rules ... See wlan_acl(4) and mac:allow in ifconfig(8). Andrew