From: Sorin Panca <sorin.panca@gmail.com>
To: Boryan Yotov <yotov@prosyst.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: MAC/IP PAIR MATCH
Date: Mon, 30 Jan 2006 21:43:43 +0200 [thread overview]
Message-ID: <43DE6C6F.4040200@gmail.com> (raw)
In-Reply-To: <43DE4D3B.8080106@prosyst.com>
Hi!
This rule is not correctly witten:
# iptables -A FORWARD -s <IP _address> -m -mac --mac-source
<MACaddress>> -j ACCEPT
It should be:
iptables -A FORWARD -s $IP -m mac --mac-source $MAC -j ACCEPT
HTH
Sorin.
prev parent reply other threads:[~2006-01-30 19:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-27 7:52 MAC/IP PAIR MATCH Iwan Fauzie
2006-01-27 14:17 ` Boryan Yotov
2006-01-28 9:12 ` Re[2]: " Iwan Fauzie
2006-01-30 17:30 ` Boryan Yotov
2004-01-21 5:46 ` Re[2]: " Iwan Fauzie
2006-01-30 19:43 ` Sorin Panca [this message]
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=43DE6C6F.4040200@gmail.com \
--to=sorin.panca@gmail.com \
--cc=netfilter@lists.netfilter.org \
--cc=yotov@prosyst.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox