Several Questions, Some help Required...

Hi guys,
I have started to use mikrotik 2.9, and i needed to know some stuffs:

  1. How to set ISP’s Proxy on mikrotik in a way that all connected clients will have access through it.

  2. how to block internet IPs, so that there will be no access to them.

  3. How to stop downloading and streaming

  4. and if there is anyway to BLOCK Instant messanging software

Thanks in advance



  1. 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

  1. 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

  1. How to stop downloading and streaming

you will need to know what ports does these streaming/downloading use and block these

  1. and if there is anyway to BLOCK Instant messanging software

same as previous

Thanks in advance

THANKS :slight_smile: