From: Steve Comfort <steve@4dllc.com>
To: netfilter@lists.netfilter.org
Subject: MAC Address filter on wireless interface
Date: Mon, 13 Mar 2006 16:23:19 +0200 [thread overview]
Message-ID: <44158057.20203@4dllc.com> (raw)
Hi All,
I have been trying to get MAC address filtering to work on our wireless
card - so far without success :
The rules I am using are listed below :
for M in $(cat /etc/mac.allow) ; do
$IPT -A INPUT -i $WIFI_IF -m mac --mac_source $M -j ACCEPT
done
for M in $(cat /etc/mac.allow) ; do
$IPT -A INPUT -i $WIFI_IF -m mac --mac-source ! $M -j DROP
done
(I do have CONFIG_IP_NF_MATCH_MAC turned on).
I'm running on an ARM processor with kernel 2.4.21-rmk1
Is it in fact possible to filter on MAC addresses over a WiFi interface,
or am I doing something stupid?
Best regards
Steve Comfort
next reply other threads:[~2006-03-13 14:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-13 14:23 Steve Comfort [this message]
2006-03-13 15:02 ` MAC Address filter on wireless interface Cedric Blancher
[not found] ` <4416608F.1050008@4dllc.com>
2006-03-14 7:59 ` Cedric Blancher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44158057.20203@4dllc.com \
--to=steve@4dllc.com \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.