local server without speed limte

this is the network that i have i want to make any user to access the server(192.168.1.110) with the fill speed and ignore the hotpot limited that it assigned for him , can any one help me with any way to do that ,the network diagram is attached
220.jpg

It’s simple.

  • First Mark the traffic in Mangle Section , Going to 192.168.1.110/x , then create Queue allowing unlimited (or controlled) speed to these marked packets.

When you create Queue you can add comments on it so that its easier to remember why you created this queue, plus you can then take actions like moving it on top or enable/disable by finding comments in any script.

Just Make sure this queue Remains on TOP of other queues, as things works orderwise in Mikrotik.

Tip: to make it always on top, you can edit your hotspot user profile / goto scripts and add the command on on Login box, which will move the 192.168.1.110 queue on TOP.

To move queue based on packet-marks name, use following

/queue simple move [find packet-marks="Queue-for-110"] 0]

OR to move queue by finding Comments of the queue use following

/queue simple move [find comment ="Queue-for-110"] 0

More Examples https://aacable.wordpress.com/2013/11/25/mikrotik-hotspot-workaround-for-dynamic-queue-always-remain-above-static-queue/