Hello,
My network is running on PPPoE mode. I want to stop download ( Video, Audio, Software ). I want my client will surf internet with high speed,
Now my question : How to stop download in PPPoE mode ?
The layer 2 protocol (or layer 2.5 protocol as PPPoE is sometimes referred to) you are running does not factor into the capabilities that users have on your network.
In addition to that, it’s virtually impossible to stop your customers/clients from downloading AND provide them with fast web surfing because downloading is an integral part of web surfing.
You could try to setup a transparent proxy. That would give you a certain level of control over the content your customers/clients have access to. This will allow you to limit the type of data they are able to access. The open source proxy server Squid for instance has a content filtering component that would allow you to do that. In addition, a proxy will allow you to cache content locally which could free up bandwidth on your internet connection.
I do think that the configuration of a proxy server is a bit outside the scope of this forum. So your best bet is to decide on a proxy server, acquire the appropriate hardware and find the community of the proxy server of your choice. For Squid I would start at http://www.squid-cache.org/Support/.
The people in this community would be very useful in helping you to configure your Mikrotik devices to direct all traffic to the proxy server.
Lastly, I’d like to tell you that you could run your proxy server in a virtual machine on your Mikrotik device using MetaRouter and a special OpenWRT distribution. This is however not an option if you plan to serve a large number of users. The resources of Mikrotik devices are designed for routing, not for proxy servers.