Community discussions

MikroTik App
 
Ick
newbie
Topic Author
Posts: 26
Joined: Sat Mar 11, 2006 5:31 pm

P2P Shaping

Thu Oct 28, 2010 12:55 am

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.
 
User avatar
DannyZ
Member Candidate
Member Candidate
Posts: 230
Joined: Mon Sep 07, 2009 2:21 pm
Location: Latvia

Re: P2P Shaping

Thu Oct 28, 2010 2:11 pm

 
Ick
newbie
Topic Author
Posts: 26
Joined: Sat Mar 11, 2006 5:31 pm

Re: P2P Shaping

Sat Oct 30, 2010 4:17 am

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.