bandwith limit

I’m wondering how can I limit the bandwith for my users only for internet (public interface) and have no limit between each other for sharing files…

Regards,
Max

What is your network configuration? If your users are on the same ethernet segment then they already have unlimited bandwidth between them.

Have a read of this:

http://www.wanakaonline.net/networkstuff/Mikrotik_BM_Control.asp

I have a seperate firewalled nic on my MT, for my servers & stuff and allow users 5mbps access to those machines and then allow only their paid for bandwidth to the net…

if u r using 2 network card u can do it by defining source network to dst network on same interface-suppose u have to interface
1-local
2-public

and at local u have configured 172.17.X.X/X and 192.168.X.X/X
in queue u may define as
if src-adddress 172.17.X.X/X dst-address 192.168.X.X interface locat limit at 0

i think it will solve ur problems.