Page 1 of 1

Still With My Problem and i need your Help PLZZ

Posted: Sun Dec 11, 2005 9:22 am
by soso
i have MikroTik RouterOS 2.9.6 and i want make it For Control Bandwidth and equal bandwidth between Active Users . :(

Image


in the manual they write the Configration for equal bandwidth and iam use it as it here :

_________________________________________________________
Equal bandwidth sharing among users
At first, mark all traffic, coming from local network 192.168.0.0/24 with a mark users:

/ip firewall mangle add chain=forward src-address=192.168.0.0/24 \
action=mark-connection new-connection-mark=users-con
/ip firewall mangle add connection-mark=users-con action=mark-packet \
new-packet-mark=users chain=forward
Now we will add 2 new PCQ types. The first, called pcq-download will group all traffic by destination address. As we will attach this queue type to the Local interface, it will create a dynamic queue for each destination address (user) which is downloading to the network 192.168.0.0/24. The second type, called pcq-upload will group the traffic by source address. We will attach this queue to the Public interface so it will make one dynamic queue for each user who is uploading to Internet from the local network 192.168.0.0/24.

/queue type add name=pcq-download kind=pcq pcq-classifier=dst-address
/queue type add name=pcq-upload kind=pcq pcq-classifier=src-address
Finally, make a queue tree for download traffic:

/queue tree add name=Download parent=Local max-limit=10240000
/queue tree add parent=Download queue=pcq-download packet-mark=users
And for upload traffic:

/queue tree add name=Upload parent=Public max-limit=2048000
/queue tree add parent=Upload queue=pcq-upload packet-mark=users
Note! If your ISP cannot guarantee you a fixed amount of traffic, you can use just one queue for upload and one for download, attached directly to the interface:

/queue tree add parent=Local queue=pcq-download packet-mark=users
/queue tree add parent=Public queue=pcq-upload packet-mark=users

_______________________________________________________




But it dose not work . iam test it and iam connect 2 PC and when 1st pc download file the 2nd Pc cant use anything and stop download , and via vera .

sorry about my english lang.

thanx

Posted: Sun Dec 11, 2005 3:49 pm
by Tonda
My answer is all the time the same: Can you please post your actual configuration from Mikrotik (not from manual)? Problem can be caused by some error in your actual configuration so it is necessary to have it posted. I am afraid without knowing your actual configuration nobody will be able to help you.

Posted: Wed Dec 14, 2005 3:58 pm
by cmit
And to add one more thing: PLEASE give your posts a sensible topic describing the actual thing this is about. Something like "PLEASSSSSSE HELP ME!!!" doesn't help much...

Best regards,
Christian Meis

Posted: Sun Dec 18, 2005 9:54 am
by soso
thank u guys

Tonda how can i post my MT configration ??

iam use winbox for Config my MT routerOS ?

do u mean the system backup or what ??

iam wait u help

Posted: Sun Dec 18, 2005 3:31 pm
by Tonda
Use export command and copy and paste command from terminal console.