Community discussions

MikroTik App
 
Marcist
just joined
Topic Author
Posts: 6
Joined: Thu Sep 24, 2015 12:41 pm

Router Mirkrotik 750gl

Thu Sep 24, 2015 12:54 pm

Please someone can help me know how to block website in mikrotik at particular time?
exemple: I want users to have access to facebook just between 12h-14h every day.
thanks.
 
User avatar
PaulsMT
MikroTik Support
MikroTik Support
Posts: 282
Joined: Tue Feb 10, 2015 3:21 pm

Re: Router Mirkrotik 750gl

Thu Sep 24, 2015 1:43 pm

Facebook uses HTTPs, this means, that you will need to use /ip firewall address-list to block all facebook IPs.

Then you can simply add drop rule with specified time:

/ip firewall filter
add action=drop chain=forward time=13h41m-13h42m,mon,tue,wed,thu,fri,sat address-list=FacebookIP-LIST
 
Marcist
just joined
Topic Author
Posts: 6
Joined: Thu Sep 24, 2015 12:41 pm

Re: Router Mirkrotik 750gl

Fri Sep 25, 2015 4:24 pm

I tried and it works, thank you
 
Marcist
just joined
Topic Author
Posts: 6
Joined: Thu Sep 24, 2015 12:41 pm

Re: Router Mirkrotik 750gl

Fri Sep 25, 2015 5:02 pm

if in the case of block 'facebook' between 13h41m-13h42m, is working, but my problem is to make available 'facebook' in 12h-14h.
and in ip / Firewal , I try 12h-14h to reverse but its gives me an error message.
 
Marcist
just joined
Topic Author
Posts: 6
Joined: Thu Sep 24, 2015 12:41 pm

Re: Router Mirkrotik 750gl

Mon Sep 28, 2015 12:49 pm

Hi ,,,thk for help

Is a router mikrotik put in bridge mode can make websites restrictions?