Page 1 of 1
allow one MAC address to access Mikrotik router(AP) RB751
Posted: Tue Nov 26, 2013 10:42 am
by ahmedagha
hi all
i just want to know how can i allow 1 MAC address(1 computer) to access my Mikrotik wifi (AP) is there any configuration for that? it will be like filtering.
by the way i don't want to hide SSID
thanxx
Re: allow one MAC address to access Mikrotik router(AP) RB75
Posted: Wed Nov 27, 2013 2:33 am
by aaronhun22
You can assign IP addresses based on MAC in your DHCP server and assign that server to the AP only by un-bridging it.
Re: allow one MAC address to access Mikrotik router(AP) RB75
Posted: Wed Nov 27, 2013 11:40 am
by ahmedagha
You can assign IP addresses based on MAC in your DHCP server and assign that server to the AP only by un-bridging it.
thank you for answer,
can you teach me please step by step how to:
1- creat DHCP server
2- assign IP adress in DHCP server
3- in the end assign that server to AP only by un-bridging
thanx
Re: allow one MAC address to access Mikrotik router(AP) RB75
Posted: Wed Nov 27, 2013 11:41 am
by nickshore
You can use an access list entry to do this:
1) Connect the client by wireless to the 751
2) In winbox look in Wireless Registration
3) Double click the entry for the client
4) Click the Copy to Access List button
5) Go to Wireless Interfaces
6) Double click the interface
7) Untick Default Authenticate
Now only clients listed in the Access List can connect
Hope that helps
Nick.
Re: allow one MAC address to access Mikrotik router(AP) RB75
Posted: Wed Nov 27, 2013 12:41 pm
by ahmedagha
You can use an access list entry to do this:
1) Connect the client by wireless to the 751
2) In winbox look in Wireless Registration
3) Double click the entry for the client
4) Click the Copy to Access List button
5) Go to Wireless Interfaces
6) Double click the interface
7) Untick Default Authenticate
Now only clients listed in the Access List can connect
Hope that helps
Nick.
GREAT and thank you very much it done