I am attempting to setup a Queue to limit P2P uploading from our customer base. Seems simple enough to setup, however, If I set the upload to 1m and the download to 2m, the user can only download 1m. So I swap the upload to 2m and the download to 1m and the user can still only download 1m. If I set the upload and download to unlimited the user can download at what ever speed he wishes.
All I want to do is limit the ability for our customer base to upload P2P traffic.
I am having trouble typing in the following text at the command line:
[admin@MikroTik] ip firewall mangle> add src-address=10.0.0.0/24 mark-flow=p2p-out
... p2p=all-p2p action=passthrough
[admin@MikroTik] ip firewall mangle> add dst-address=10.0.0.0/24 mark-flow=p2p-in
... p2p=all-p2p action=passthrough
[admin@MikroTik] ip firewall mangle>
I can change into ip/firewall/mangle no problem.
When I type in the command I get a red block on the letter m on mark. What is the exact text I would type in at the command line? the \ and … confuse me.