Hi all!
Excuse my English anyway.
I till can’t make it clear for myself:
I need to restrict web content containing some consequences in html code, for example abc.
How can I do it in Mikrotik using (I have RouterBand 1100, ver. 5.7)?
Thank you in advance!
The MikroTik isn’t very well suited for that task, so there is no easy way to do it. The best you are able to do is with layer7 functions and regular expressions that will search the packets for those phrases. This is very CPU intensive, and it will only work on HTTP, since HTTPS is encrypted the filters you set up wouldn’t work on it.
If you want website filtering look into a service like OpenDNS or a proxy that will give you the controls that you want.
Thak you a lot!
The greatest thing you said that it’s a cpu intensive proccess.
So it’ll be squid as always…