Community discussions

MikroTik App
 
Pinocchio
just joined
Topic Author
Posts: 8
Joined: Fri Apr 22, 2016 3:46 pm

Web filter for Childs

Fri Dec 14, 2018 11:24 am

Hi community,

My 6 year old daughter is getting her new iPad from Santa.
Is it possible to use Mikrotik as a webfilter to limit the web access for child safe sites?
I assume yes, some child safe access lists are public?
Someone knows more? Or do I need to redirect the traffic from her IP address to a raspberry running squid?

Thanks in advance,
Regards, Christian
 
User avatar
sch
Frequent Visitor
Frequent Visitor
Posts: 75
Joined: Tue Feb 26, 2013 1:05 pm

Re: Web filter for Childs

Fri Dec 14, 2018 11:32 am

block all and allow know safe sites
 
User avatar
Steveocee
Forum Guru
Forum Guru
Posts: 1120
Joined: Tue Jul 21, 2015 10:09 pm
Location: UK
Contact:

Re: Web filter for Childs

Fri Dec 14, 2018 12:16 pm

Separate network for her devices and use something like OpenDNS to filter DNS requests?
 
solar77
Long time Member
Long time Member
Posts: 586
Joined: Thu Feb 04, 2016 11:42 am
Location: Scotland

Re: Web filter for Childs

Fri Dec 14, 2018 12:55 pm

I use Amazon Fire tablet to do exactly this....and it's a lot cheaper.
but if Santa has already paid for the iPad, use OpenDNS and set youtube APP in restricted mode.
Mikrotik Kid control seems also useful, but with a brief look, it seems provide schedule and bandwidth limits,rather than web filtering.

I am not sure allowing known websites only would work so well as many sites would make connection to other sites from it's own page. Not to mention the APPs. Later on you then likely to be back to the forum searching IP address of facebook , twitter or Instagram so you can block them.....

Amazon kids freetime is also available in iOS so worth a try.
 
User avatar
Steveocee
Forum Guru
Forum Guru
Posts: 1120
Joined: Tue Jul 21, 2015 10:09 pm
Location: UK
Contact:

Re: Web filter for Childs

Fri Dec 14, 2018 1:10 pm

MikroTik Kid Control is brilliant for controlling who can access the net at what times and at what speeds across a grouped amount of devices.
No good for site control though.
 
Pea
Member Candidate
Member Candidate
Posts: 233
Joined: Fri Jul 17, 2015 11:07 pm
Location: Czech

Re: Web filter for Childs

Sat Dec 15, 2018 12:01 am

This is what I do.
If you use Mikrotik DHCP server just make static DHCP lease for MAC address of iPad from Santa, then dstnat its DNS queries to e.g. OpenDNS FamilyShield:
/ip dhcp-server lease
add address=10.0.0.123 mac-address=AA:BB:CC:DD:EE:FF

/ip firewall nat
add action=dst-nat chain=dstnat dst-port=53 protocol=udp src-address=10.0.0.123 to-addresses=208.67.222.123 to-ports=53
add action=dst-nat chain=dstnat dst-port=53 protocol=tcp src-address=10.0.0.123 to-addresses=208.67.222.123 to-ports=53
The IP address 208.67.222.123 is for OpenDNS FamilyShield service:
https://support.opendns.com/hc/en-us/ar ... structions

This will block majority of "inappropriate websites" for standard user.
Last edited by Pea on Sun Dec 16, 2018 10:17 pm, edited 1 time in total.
 
Pinocchio
just joined
Topic Author
Posts: 8
Joined: Fri Apr 22, 2016 3:46 pm

Re: Web filter for Childs

Sat Dec 15, 2018 10:54 am

ok, I wil do so.

thanks very much for the advise..

regards
Christian
 
User avatar
sebastia
Forum Guru
Forum Guru
Posts: 1782
Joined: Tue Oct 12, 2010 3:23 am
Location: Antwerp, BE

Re: Web filter for Childs

Sat Dec 15, 2018 3:30 pm

This is what I do.
If you use Mikrotik DHCP server just make static DHCP lease for MAC address of iPad from Santa:
/ip dhcp-server lease
add address=10.0.0.123 mac-address=AA:BB:CC:DD:EE:FF

/ip firewall nat
add action=dst-nat chain=dstnat dst-port=53 protocol=udp src-address=10.0.0.123 to-addresses=208.67.222.123 to-ports=53
add action=dst-nat chain=dstnat dst-port=53 protocol=tcp src-address=10.0.0.123 to-addresses=208.67.222.123 to-ports=53
The IP address 208.67.222.123 is for OpenDNS FamilyShield service:
https://support.opendns.com/hc/en-us/ar ... structions

This will block majority of "inappropriate websites".
That's a nice tip! Thx

Who is online

Users browsing this forum: Bing [Bot], miker3000, ringrring and 109 guests