On Wed, Jul 06, 2011 at 11:41:53AM +0200, Max Ip wrote:
I tried ebtables to block the mac address of the neighboring node.
sudo ebtables -I OUTPUT -s 00:1b:77:06:1c:15 -j DROP sudo ebtables -I INPUT -s 00:1b:77:06:1c:15 -j DROP
These commands won't have effect on not-bridge interfaces. That's why you are still able to see 00:1b:77:06:1c:15 in your originator table.
But the batctl o command still shows 00:1b:77:06:1c:15 as one of the originators.
My question is won't the enslaving wlan0 to br0 have the same problem because the mac address for both br0 and wlan0 will be the same?
Why do you care about the wlan0/br0 mac address? Am I missing something?
Regards,