Firewall rule? Only MAC.. HELP

Hello everyone,

I am new here, Mikrotik is something new for me too…
I want to ask you all if it is possible to set somehow “allow connection to this MAC address and doesnt matter what IP he has… all other MACs do not allow. only specified MACs” ?? Where should i do it and how? Firewall rules/address list? Sorry about my english.. Hope you understand my qestion..

yes u can do that in firewall rules

Hello, Thanks for answer. But how? Can i get exmaple please?

something like this

add chain=forward comment="FW allow related,established" \
    connection-state=established,related
add chain=forward comment="FW: allow only my phone" \
    in-interface=bridge-local src-mac-address=\
    64:BC:0C:91:EC:67
add action=drop chain=forward comment="FW: drop all other"

replace “bridge-local” with your lan interface, and “src-mac-address” with yours.
!!! use safe mode, then remove your rules in forward, add these, test :slight_smile: