I need help quick!

Hi, i need help with three things:

1.How i can limit all p2p programs,not only some that are listed in mikrotik/queues (make some kind of filter) ?
2.How i can see which services is used everyday,and how much each service use network resources (mail,p2p,http…)
3.I want my users who pay bussiness packets to always have full internet speed,although the network is heavily loaded.(they need to have privileges in regard to home users)

My network have radius server on linux,and access concentrator which runs on mikrotik,i need to set up these three things fast.I suppose this things need to be on concentrator.I’ m beginner in mikrotik so i need help to fix this.

Thanks!
:slight_smile: :slight_smile: :slight_smile: :slight_smile:

I would suggest finding a consultant if you need to do this fast.

You can’t limit/queue all p2p. This is a classic cat-and-mouse game of code to find the traffic and code to get around the code to find the traffic. You can only classify everything else (http, https, imap, smtp, pop, ssh, etc.) and label all the rest as p2p. Of course, if someone hides p2p in SSL on port 443, you will not know it. Doing this also helps you with your #2 request.