How to allow specific wireless mac address to connect?

Hello,
How to allow specific wireless mac address to connect in my wireless network and i am using RB951G.

for example
mac1
mac2
mac3
are trusted and all other drop

thanks.
1234.jpg

Why the photo?

same thing :smiley:

simply put the wireless interface to

arp=reply-only

then add a dhcp-server

/ip dhcp-server
add add-arp=yes disabled=no interface=interface-WLAN lease-time=10m name=dhcp-server-WLAN

then add some lease

/ip dhcp-server lease
add address=192.168.100.130 address-list=support client-id=1:***** comment="***** Android Phone" mac-address=***** server=dhcp-server-WLAN
add address=192.168.100.131 address-list=support client-id=1:***** comment="***** Laptop" mac-address=***** server=dhcp-server-WLAN

this should do it.. unless i forgot something

Thanks Spirch :smiling_face:
I will try it tomorrow and tell you if worked.