Community discussions

MikroTik App
 
drflash
just joined
Topic Author
Posts: 13
Joined: Sat Dec 05, 2009 6:23 am

Different speeds depending on destination

Wed Dec 17, 2014 12:46 am

I have a corporate hotspot and I want the users to be speed restricted based on destination.

Hotspot network is 10.100.19.x

If the destination is 10.x.x.x I want unlimited bandwidth.
if the destination is anything else I want them limited to 4mbit.

Can I do this with simple queues ?
I assume simple queues are evaluated in order ?

Any help is appreciated.

Thanks in advance.
 
SystemErrorMessage
Member
Member
Posts: 390
Joined: Sat Dec 22, 2012 9:04 pm

Re: Different speeds depending on destination

Wed Dec 17, 2014 1:53 am

take a look at queuing and marking packets. It has what you want. you can mark all packets with destination x and destination y than use queuing to limit one and also even set priorities. Dont forget to unmark the packets on output/postrouting depending on how you routed packets.