Page 1 of 1

How to allow access to blocked site for specific ip ??

Posted: Sat Dec 10, 2011 3:13 pm
by arbabnazar
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

Re: How to allow access to blocked site for specific ip ??

Posted: Sat Dec 10, 2011 5:46 pm
by ojsa
depend how you blocked it.

if you did it in a firewall rule, you could something like this.
add action=drop chain=forward disabled=no dst-address=10.11.12.13 \
    src-address=!192.168.99.1
This will blocked forwarded all traffic to 10.11.12.13 for all others than 192.168.99.1

Or you add a separate rule above the blocking rule, where you allow access to the site.

Re: How to allow access to blocked site for specific ip ??

Posted: Sat Dec 10, 2011 6:49 pm
by arbabnazar
I blocked the website by following the instructions, that mentioned below:

Image

Re: How to allow access to blocked site for specific ip ??

Posted: Sun Dec 11, 2011 2:15 am
by hel
I blocked the website by following the instructions, that mentioned below:
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:
(GET|POST) +(www\.)?facebook\.com.+?HTTP\/\d\.\d
(PCRE compatible regexp)

Re: How to allow access to blocked site for specific ip ??

Posted: Sun Feb 16, 2014 4:40 pm
by dondonomar
If you have just found that your IP is banned you can get proxy account https://www.iwasel.com/en/ I was blocked, got the account.. connected with no degradation in speed... It's a great solution.