0

The scenario is a network when multimedia file transfer is very common.

I have some web applications in that network and I want to create a rule maybe in the Mikrotik router in order to avoid the webapplication slow down when a file transferring is occurring.

Is that possible to avoid and how?

May be creating a limit udp bandwidth rule.

eKelvin
  • 921
  • 1
  • 9
  • 25

1 Answers1

0

Your description of problem is too overall but maybe this will indicate you solution.

If you want to slow down some connections you should use queue, when you are using queues you can try to configure BURST, this feature allows to limit long time connections. Usefull in advance configurations of the queues are mark-packet and mark-connections

Sometimes is better to use something like ratelimit in webserver but it all depends on the situation.

Community
  • 1
  • 1
Mr. NoNe
  • 53
  • 1
  • 8
  • My case is very specific. I want to limit the bandwidth of the connections for file transfer to 90mbps in order to have always 10mpbs available for the web applications use – eKelvin May 13 '14 at 14:04
  • I didn't solve the problem yet, I thought the file transfer used the Udp packets and asking if there were a way to limit only this type of packages. – eKelvin Sep 10 '16 at 12:33