Hey,
is there a way to block a network component with a certain mac address from communicating with a mikrotik router on a LAN interface?
something like "drop all pakets from 001B11BFBE03"
Regards,
Kai
Is it possible to block all MAC's exept ones i would list manually ? - can it be done with 1 rule and some kind of list ?
Drops packets with that source mac address destined for the router itself.
/ip firewall filter add chain=input src-mac-address=001B11BFBE03 action=drop
-Louis
Sure you can. Create bridge interface, add physical interface to bridge and use bridge filters.Is it possible to block all MAC's exept ones i would list manually ? - can it be done with 1 rule and some kind of list ?