Page 1 of 1

How to allow specific wireless mac address to connect?

Posted: Tue May 20, 2014 1:36 am
by qudama
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.

Re: How to allow specific wireless mac address to connect?

Posted: Tue May 20, 2014 1:59 am
by rextended
Why the photo?

Re: How to allow specific wireless mac address to connect?

Posted: Tue May 20, 2014 2:16 am
by qudama
same thing :D

Re: How to allow specific wireless mac address to connect?

Posted: Tue May 20, 2014 2:34 am
by Spirch
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

Re: How to allow specific wireless mac address to connect?

Posted: Tue May 20, 2014 2:43 am
by qudama
Thanks Spirch ☺
I will try it tomorrow and tell you if worked.