From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel VRABIOIU Subject: Re: ip + mac authentication Date: Wed, 19 Jan 2005 17:53:53 +0200 Message-ID: <41EE8291.20505@pattco.ro> References: <20050119114804.13549.qmail@web30806.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050119114804.13549.qmail@web30806.mail.mud.yahoo.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org arp -f only force for an ip a static mac. so you cant specify 2 mac addresses or 2 ips in ethers. you can do that using iptables instead. also, if you dont know the mac associated with an ip then you can ping it then use arp to see it. if an ip isnt listed in ethers then it can be used with any mac address. Linux Query wrote: >Thank you! I didnt know about the /etc/ethers file. Is >it possible to assign two ips for a single mac in that >file and a single ip for two macs ? > >e.g. ip1 > ip2 > >and > ip3 > ip3 > >Besides, if i leave out some of the clients from the >/etc/ethers file (I dont know all mac addresses right >now) , will it create problems for those who are not >included ? > >Thanks and regards, >jim > >