I want to know, How to allow access to blocked site for specific ip in mikrotik?
for example, I blocked the "www.facebook.com" in mikrotik and now i want to give the access to 192.168.1.100 client . how i can do it?
thanks
add action=drop chain=forward disabled=no dst-address=10.11.12.13 \
src-address=!192.168.99.1
It will block all packets that contains word http://www.facebook.com. For example a page with a link to it or linked image from it. Add more checkings, like:I blocked the website by following the instructions, that mentioned below:
(GET|POST) +(www\.)?facebook\.com.+?HTTP\/\d\.\d