Only allow specific Address

hi guys, please help me…

how to allow connection only from specific address that i have been added in my address list, cause i dont want to block one by one IP address, and i just want to allow specific address that i added to my access list. please advice and help me

thanks

rgds

this is my network ip :

LAN IP : 192.168.0.0/18 ===>>> means 192.168.0.0 - 192.168.63.254

how if i just want to allow specific address such as :

192.168.34.72
192.168.34.85
192.168.22.11
192.168.11.29
192.168.3.27
etc

and how to deny unlisted address list without deny one by one ip address??
please anyone can help me

Anyone Can Help Me Pleasee

You should first read http://www.mikrotik.com/docs/ros/2.9/ip/filter
before…

Best Regards

If you are talking about clients accessing a hotspot then you could add a Mangle rull something like
chain=prerouting src. address list NOT =goodlist Action =add src to address list = kill TTL 00:00:03
Under Filter rules add input src address list = kill action drop
You would add the IP addresses to the goodlist that you wanted to let in.
But DO read the manual.
:slight_smile: