From: Vivek raghunathan <vivek.raghunathan@gmail.com>
To: netfilter-devel@lists.netfilter.org
Subject: mac dest match
Date: Wed, 5 Jan 2005 13:18:43 -0600 [thread overview]
Message-ID: <645d37c505010511185e63eb1b@mail.gmail.com> (raw)
Hi all.
I am a graduate student doing wireless networking research. I am doing
some performance analysis for a testbed implementation of a new
routing scheme for such networks. The biggest problem in doing testing
is that it is very difficult to create reliable network topologies
using commercially available 802.11 cards. While I could go on about
the problem at length, here's why I write this email.
I have 3 nodes A, B, C on the same subnet and I would like to create a
line topology:
A -> B -> C
To do this, I need to prevent any MAC packet from A to C from getting
across and vice versa.
I am currently using iptables mac-source matching to do this. At C, I
filter out all packets from mac address of A and vice versa. However,
with mac-source matching, packets from A to C still cross over the
wireless to C before being dropped at the INPUT hook at C.
I plan to write a mac-dest match for iptables that lets me filter out
packets based on destination MAC address. This will let me drop the
packets from A to C at A before they cross the wireless rather than at
C after they cross the wireless.
I wonder if somebody else has written such a mac-dest match already ...
-Vivek
next reply other threads:[~2005-01-05 19:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 19:18 Vivek raghunathan [this message]
2005-01-05 21:18 ` mac dest match Peter Surda
2005-01-06 3:24 ` Jon Webb
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=645d37c505010511185e63eb1b@mail.gmail.com \
--to=vivek.raghunathan@gmail.com \
--cc=netfilter-devel@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.