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..
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