Community discussions

MikroTik App
 
naseemkhan546
just joined
Topic Author
Posts: 5
Joined: Fri Dec 12, 2014 4:42 am

restriction mac address contol

Fri Dec 12, 2014 4:53 am

i am going to setup for all new access point so i want to allow only mac address through..
others no access for internet
anyone please help me out?????
 
User avatar
skot
Long time Member
Long time Member
Posts: 584
Joined: Wed Nov 30, 2011 3:05 am

Re: restriction mac address contol

Sat Dec 13, 2014 1:22 am

Open the wireless interface, disable Default Authentication and Default Forward (on the Wireless tab).

Then, open Wireless > Access List and add the MAC addresses you want to have access.
 
naseemkhan546
just joined
Topic Author
Posts: 5
Joined: Fri Dec 12, 2014 4:42 am

Re: restriction mac address contol

Sat Dec 13, 2014 1:03 pm

I want to control through mikrotik.
this is possible same setting in mikrotik
 
User avatar
skot
Long time Member
Long time Member
Posts: 584
Joined: Wed Nov 30, 2011 3:05 am

Re: restriction mac address contol

Mon Dec 15, 2014 11:16 pm

If the wireless access point is a MikroTik, then you can use the instructions in my first post. If the wireless is coming from a different device, but passes through a MikroTik router, you could set up firewall rules that allow the MAC addresses you want, followed by a final rule that drops all other traffic. Something like this:
/ip firewall filter
add chain=forward src-mac-address=aa:bb:cc:dd:ee:f1
add chain=forward src-mac-address=aa:bb:cc:dd:ee:f2
add chain=forward action=drop