jlopez
1
Dear MikroTik community.
Please, can you tell me how I can do bandwidth allocation by destination IP?
For example: A remote desktop connection to server 192.10.10.35 allocate 60% of total bandwidth, for other applications give 40% remaining.
Thanks for your attention and help.
Best regards.
/queue simple
add max-limit=10M/10M name=queue1-total target=192.168.88.0/24
add limit-at=6M/6M max-limit=6M/6M name=queue2-rdp_server parent=queue1-total target=192.168.88.35/32
add max-limit=10M/10M name=queue3-the_rest parent=queue1-total target=192.168.88.0/24
192.10.xxx.xxx address is not a local/private address
jlopez
3
Thanks Chechito.
I’ll apply suggested commands.
Best regards.