All of lore.kernel.org
 help / color / mirror / Atom feed
From: George Alexandru Dragoi <waruiinu@gmail.com>
To: Linux Query <linux_query@yahoo.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: ip + mac authentication
Date: Wed, 19 Jan 2005 12:57:23 +0200	[thread overview]
Message-ID: <3063e50501190257de42d67@mail.gmail.com> (raw)
In-Reply-To: <20050119103603.82231.qmail@web30810.mail.mud.yahoo.com>

You can make a file with pairs of <ip> <mac> and load it with arp -f ,
or man ethers then you can make firewall rules based on ips only, of
course don;t forget to drop traffic in FORWARD which not match your
clients's source ip.


On Wed, 19 Jan 2005 02:36:03 -0800 (PST), Linux Query
<linux_query@yahoo.com> wrote:
> 
> Hi all!
> 
> I want to ensure that each of my clients can have
> access to the net only with the ip address which is
> specifically assigned to him / her. Is the following
> going to work ?
> 
> iptables -I FORWARD -o externalinterface -s
> xx.xx.xx.xx -m mac --mac-source yy:yy:yy:yy:yy -j
> ACCEPT
> 
> or is it required to be done in some other way ?
> 
> thanks and regards to all,
> jim.
> 
> 
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
> 
> 


-- 
Bla bla


  reply	other threads:[~2005-01-19 10:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-19 10:36 ip + mac authentication Linux Query
2005-01-19 10:57 ` George Alexandru Dragoi [this message]
2005-01-19 11:48   ` Linux Query
2005-01-19 15:53     ` Daniel VRABIOIU
2005-01-19 17:34       ` Linux Query
2005-01-20  4:55     ` R. DuFresne
2005-01-19 14:44 ` Jason Opperisano
2005-01-19 14:55 ` René Gallati

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=3063e50501190257de42d67@mail.gmail.com \
    --to=waruiinu@gmail.com \
    --cc=linux_query@yahoo.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.