From owner-freebsd-net@FreeBSD.ORG Wed Mar 30 06:37:00 2011 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 BFC28106566B; Wed, 30 Mar 2011 06:37:00 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB938FC15; Wed, 30 Mar 2011 06:36:59 +0000 (UTC) Received: by wyf23 with SMTP id 23so973400wyf.13 for ; Tue, 29 Mar 2011 23:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=N1Wq9UlMdGYQNgAUiEf3IGs7PWgfede6Qxe3LBRowfY=; b=Pe4H1cUwgvS47ixl020eEsg1+wBb7Iv/3LfOMmZ85A7xFskxZ57y5PxoGLIwTY0dsn rIvnHwLCrSHVYqK6mi5CWZKs+tocVKKAFvv3th6NEKzYuGRQXkLjeP2nHDFr2OZUQvVW xYG4rmkuCUXya6mmoQYNmEcRPSc7G9AgHUt2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=UocClS/G/jw3EaLK3bDAQbkuZbuRGUQtv/ceazkgzVhLPSDoOyeFvNi1Pj+KpLTrl3 e+e67V01/utBRsmfKcklXTmUQGE1Yti/SE7yrnKjslLu1yPWtP8YBgmlPA58sqj9Sk44 j4W0DowURwHBKFKbRtoaK3FPzNoGjg4BTnKqg= Received: by 10.227.150.151 with SMTP id y23mr811773wbv.135.1301467018840; Tue, 29 Mar 2011 23:36:58 -0700 (PDT) Received: from prime.nonspace (adsl-178-78-102-245.karoo.kcom.com [178.78.102.245]) by mx.google.com with ESMTPS id g7sm2826097wby.48.2011.03.29.23.36.57 (version=SSLv3 cipher=OTHER); Tue, 29 Mar 2011 23:36:58 -0700 (PDT) Message-ID: <4D92CF89.5040405@gmail.com> Date: Wed, 30 Mar 2011 07:36:57 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110317 Thunderbird/3.1.9 MIME-Version: 1.0 To: bschmidt@freebsd.org References: <4D92BE98.40407@gmail.com> <201103300825.17860.bschmidt@freebsd.org> In-Reply-To: <201103300825.17860.bschmidt@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: mac_acl - how to get a list of allowed stations 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: Wed, 30 Mar 2011 06:37:00 -0000 On 30/03/2011 07:25, Bernhard Schmidt wrote: > On Wednesday, March 30, 2011 07:24:40 Michael wrote: >> Hi, >> >> To get MAC ACL I'm using wlan_acl and I'm adding stations with "ifconfig >> mac:add" command. It works but how can I get a list of currently >> allowed/denied stations? > > Without actually trying this, I'd say the "list" command is what you > are looking for. > > # ifconfig wlan0 list mac > Silly me, I was looking at "mac:" commands. Thank you very much. Michael