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.
arp=reply-only
/ip dhcp-server
add add-arp=yes disabled=no interface=interface-WLAN lease-time=10m name=dhcp-server-WLAN
/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