I am new to Mikrotik and I have applied some basic MAC filtering rules on the firewall through logic even according to some AIs these are good still I am facing issue
what is happening now is that the drop rule is dropping all the traffic but the forward accept rule isn't allowing that specific MAC address
I think allowing the MAC rule isn't working I have tried to change the priority.
/ip firewall filter add chain=forward action=accept src-mac-address=D4-81-D7-CD-FC-1A
/ip firewall filter add chain=mac_filter action=drop
/ip firewall filter add chain=forward action=jump jump-target=mac_filter