On Wed, Jul 06, 2011 at 11:47:36AM +0200, Gioacchino Mazzurco wrote:
This one is useless because batman-adv use broadcast as destination and moreover your are dropping a mac address that is not on your machine as source in OUTPUT chain this doesn't make sense
sudo ebtables -I OUTPUT -s 00:1b:77:06:1c:15 -j DROP
you can use also iptables that is already installed do to this with --mac-source option without installing ebtables
As already mentioned, this will not work. iptables only affects IP packets. All the traffic below the IP-level will not be blocked.
Regards,