Hi,
I would like to know how can i block movies download, in just one interface of a mikrotik RB.
Thanks.
Hi,
I would like to know how can i block movies download, in just one interface of a mikrotik RB.
Thanks.
use mikrotik web-proxy for specific port something like this
action=redirect chain=dstnat comment="web proxy allow to ether2 " disabled=no dst-port=80 in-interface=
ether2-local protocol=tcp to-ports=8080
Hello,
create a Mangle rule marking with connection-bytes parametes in ether2. If more than 5 Mbps, you can deny this traffic.
Look for info here.
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter
Thanks