snowch
1
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
/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