Page 1 of 1

web content filter in v3.x

Posted: Sun Mar 30, 2008 12:33 am
by tgnx
Hi al

Is there a way to implement a web content filter to mikrotik... cause as we can find that was supported in previous versions like 2.9.x but couldnt find anything about in version 3.x .. its highly important for us to use a web content filter with mikrotik...

actually if its possible can u reffer me a document or something for version 3.x if its not possible is there a way to do it... like asking for a special implementation to our clients mikrotiks or something like that....

Best Regards..

Re: web content filter in v3.x

Posted: Mon Mar 31, 2008 12:01 pm
by sergejs
There is the same option proxy, use ip proxy menu to achieve HTTP filtering,
http://www.mikrotik.com/testdocs/ros/3.0/pnp/proxy.php

Re: web content filter in v3.x

Posted: Mon Mar 31, 2008 3:20 pm
by tgnx
is it also possible to block some words like "sex , porn" etc.. using the same way or do we need something else to do it ... ?

Re: web content filter in v3.x

Posted: Tue Apr 01, 2008 12:47 pm
by tgnx
no answer ? :(

Re: web content filter in v3.x

Posted: Wed Apr 02, 2008 9:18 am
by normis
no, RouterOS is a router, it doesn't have such features.

Re: web content filter in v3.x

Posted: Wed Apr 02, 2008 2:01 pm
by sergejs
If you want to drop word like xxx in address of the web-server, it is possible with proxy.
You can use regexp and set advanced filtering for web-pages, that are visited by users,
http://www.mikrotik.com/testdocs/ros/2. ... bproxy.php

Re: web content filter in v3.x

Posted: Mon Feb 08, 2010 11:40 am
by khodeir
did any body reach any point to make filtering to page contents??
i know that mikrotik is a router but i know it can have a firewall inside

Re: web content filter in v3.x

Posted: Mon Feb 08, 2010 12:47 pm
by sergejs
There is an option 'content' in /ip firewall filter,
you can add word there.
The web-page will be loaded until the bad word is present in content, but with such filter can drop 'good' pages as well.

Re: web content filter in v3.x

Posted: Tue Feb 09, 2010 12:44 pm
by khodeir
I know it but it only check the url name not the page content
so if we have a adult site with name katkat or koko it will not be blocked
I hope you could understand me

Re: web content filter in v3.x

Posted: Wed Feb 10, 2010 2:38 pm
by sergejs
Content does not check url only, it check content as well.

Re: web content filter in v3.x

Posted: Thu Feb 11, 2010 6:56 am
by dssmiktik
layer7-protocol has the ability to filter regular expression of any packet content passing that rule. This is quite CPU intensive, so make sure you have a beefy box when doing this type of filter.