ORBIT-USER: Image with mackill
Luis R. Rodriguez
mcgrof at gmail.com
Tue Sep 18 12:14:35 EDT 2007
On 9/18/07, Mesut Ali Ergin <ergin at eden.rutgers.edu> wrote:
> Thierry,
>
> You might consider trying iptables for a quick workaround. It should
> already be enabled many of the images I suppose.
>
> Something like
>
> iptables -A INPUT -m mac --mac-source $MAC_ADDR -j DROP
>
> should do the same job.
Or at a lower layer, better use ebtables:
http://ebtables.sourceforge.net/
ebtables -A FORWARD -s 00:0A:5E:22:D1:A3 -j REJECT
should work I think.
Luis
More information about the orbit-user
mailing list