From: Jon Wilson <lists@erentil.net>
To: Cupertino Miranda <philfine@gmail.com>
Cc: netfilter@vger.kernel.org
Subject: Re: Filtering by Mac Address
Date: Wed, 13 Feb 2008 19:55:11 -0700 [thread overview]
Message-ID: <47B3AD8F.6090704@erentil.net> (raw)
In-Reply-To: <63D06BD7-145A-4A49-8E64-D91C813B987F@gmail.com>
Cupertino Miranda wrote:
> Hello everyone,
>
> For one of my current hackings I need to construct the following network
> rules.
>
> I need to disable internet access to all the local network hosts by
> redirecting them the my webserver (allowing to show some web page in
> case of http connection).
> Enable internet access by mac address to some of this hosts.
>
> I have currently general NAT rules in gateway machine.
>
> Can someone provide me some details how can I do it.
>
> Thanks a lot
> -
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
this is the shell script I wrote for wireless user authentication.
uses prerouting default drop policy to limit to dns and redirect
http/https traffic. apache instance redirects everything coming in to
auth page, can run the shell script
firewall.sh add 00:01:02:03:04:05
to add the mac to allowed range.
should give you what you need.
http://erentil.net/wiki/iptables/auth/
--
Jon Wilson
prev parent reply other threads:[~2008-02-14 2:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 17:54 Filtering by Mac Address Cupertino Miranda
2008-02-14 2:32 ` Antonio Augusto (Mancha)
2008-02-14 2:55 ` Jon Wilson [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=47B3AD8F.6090704@erentil.net \
--to=lists@erentil.net \
--cc=netfilter@vger.kernel.org \
--cc=philfine@gmail.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 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.