ORBIT-USER: Image with mackill
Thierry Rakotoarivelo
Thierry.Rakotoarivelo at nicta.com.au
Tue Sep 18 20:30:01 EDT 2007
Dear all,
Thank you for the pointers and suggestions.
I am currently integrating some topology mapping/generation
functionalities from other users into nodeHandler4. Some of these code
were using mackill, so I needed an image with it to be able to test the
new NH4 functions.
Given your suggestions, it seems that it will be more useful to users
that I add support for topologies that use iptables and ebtables first,
then mackill as a last resort.
Regards,
Thierry.
PS: I did check the "AODVonORBIT" HowTo prior to sending my previous
email. However the mentioned image (node-7-7-2006-09-20-01-44-36.ndz) is
no longer available in the repository.
EunKyung Lee wrote:
> or you can refer this page.
>
> http://www.orbit-lab.org/wiki/HowTo/UsingAODV/AODVonORBIT
>
> Eunkyung
>
> On 9/18/07, *Luis R. Rodriguez* <mcgrof at gmail.com
> <mailto:mcgrof at gmail.com>> wrote:
>
> On 9/18/07, Mesut Ali Ergin <ergin at eden.rutgers.edu
> <mailto: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