Hi guys,
I have started to use mikrotik 2.9, and i needed to know some stuffs:
-
How to set ISP’s Proxy on mikrotik in a way that all connected clients will have access through it.
-
how to block internet IPs, so that there will be no access to them.
-
How to stop downloading and streaming
-
and if there is anyway to BLOCK Instant messanging software
Thanks in advance
janisk
2
- How to set ISP’s Proxy on mikrotik in a way that all connected clients will have access through it.
you should look for keywords: transparent proxy
- how to block internet IPs, so that there will be no access to them.
in /ip firewall filter you can effectively block packets to certain ip addresses
- How to stop downloading and streaming
you will need to know what ports does these streaming/downloading use and block these
- and if there is anyway to BLOCK Instant messanging software
same as previous
Thanks in advance