Community discussions

MikroTik App
 
snowch
just joined
Topic Author
Posts: 10
Joined: Sun Dec 04, 2022 11:28 am

QoS - prioritise at the user/IP address level?

Tue Dec 06, 2022 2:49 pm

Is it possible to implement QoS at the user/IP address level?

I work from home and need to prioritise all my traffic above everyone else :)

It seems all I need to do is something like this for each of my IP addresses:
/queue simple
add limit-at=5M/5M max-limit=15M/15M name=queue1 target=192.168.88.251/32
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 2990
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: QoS - prioritise at the user/IP address level?  [SOLVED]

Tue Dec 06, 2022 5:26 pm

/queue simple
add max-limit=15M/15M name=queue1-total target=192.168.88.0/24
add limit-at=5M/5M max-limit=15M/15M name=queue2-VIP-PC parent=queue1-total target=192.168.88.251/32
add max-limit=15M/15M name=queue3-the_rest parent=queue1-total target=192.168.88.0/24
one example

Who is online

Users browsing this forum: No registered users and 96 guests