iptables: no chain/target/match by that name

On Wed, 25 Feb 2004 16:53:12 +0200, Vladimir Ivaschenko wrote
> I don't exactly remember if MAC matching is included in WISP-Dist's 
> iptables.
> 
> What is the error that you get?
> 
> abel wrote:
> > Hi!
> > I am trying to filter the traffic that is carried by the wisp router 
restricting 
> > it to those packets that match MAC with IP.
> > I tried the following:
> > 
> > iptables -N filter_by_mac
> > 
> > iptables -A filter_by_mac -s 10.4.4.2 -m mac --mac-source 08:00:30:01:B9:26 
-j 
> > RETURN
> > .
> > .
> > [more lines with other MAC/IP pairs]
> > .
> > .
> > iptables -A filter_by_mac -j DROP
> > 
> > iptables -A PREROUTING -j filter_by_mac
> > 
> > but iptables complains when entering the filtering rules.
> > I think the rules is sintactically correct so I wonder if wisp is 
distributed 
> > with iptables mac matching enabled.
> > Or I am missing something else?
> > Thanks for your help.
> > 
> > abel
> > 
> > 
> > -------------------------------------------------------
> > SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> > Build and deploy apps & Web services for Linux with
> > a free DVD software kit from IBM. Click Now!
> > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> > _______________________________________________
> > leaf-wisp-dist mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
> > 
> 
> -- 
> Best Regards,
> Vladimir Ivashchenko
> ThunderWorx - www.thunderworx.com
> Senior Systems Designer/Engineer






-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
leaf-wisp-dist mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Reply via email to