Hello!
I just bought a MikroTik RB941-2nD-TC router, to share the bandwidth with my computer and with my brother’s computer and I did all the things like in the tutorials and it doesn’t work…
My main router is a Telekom router, model is Speedport Entry 2i maybe this router has something to do with it?
But you don’t say what exactly you did…
How did you try to share that bandwidth? Provide more details…
Well, in queue list I tried to add both computers with IP and the same amount of limit, then I tried it with ether2 and ether 4 still nothing, tried doing with a parent queue, still nothing, tried adding pcq-s for upload and download and nothing.
You can export your queue configuration and post it here…
Flags: X - disabled, I - invalid, D - dynamic
0 name=“queue1” target=ether2 parent=queue3 packet-marks=“” priority=8/8
queue=default-small/default-small limit-at=0/0 max-limit=11M/25M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
1 name=“queue2” target=ether4 parent=queue3 packet-marks=“” priority=8/8
queue=default-small/default-small limit-at=0/0 max-limit=11M/25M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
2 name=“queue3” target=ether1 parent=none packet-marks=“” priority=8/8
queue=default-small/default-small limit-at=0/0 max-limit=0/0
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
In your parent set Max download and upload limit, which is the total available bandwidth…
Then in the advaced tab of your parent select pcq algorithm.
Put your parent on top and all the childs bellow the parent..
Did it work? How are you testing if it works or not?
I tested it on speedtest, and I’m still getting the full bandwidth
Every time i look at your export i find mistakes.. 
On your parent interface you ve set as target ether1, this is wrong…
Parents target should be both interfaces, ether2 and ether4 in your case.. either add them both or add them in a bridge and add that bridge as a target…
I set the target eth2,4 still not working 
Flags: X - disabled, I - invalid, D - dynamic
0 name=“queue1” target=ether2 parent=queue3 packet-marks=“” priority=8/8
queue=default-small/default-small limit-at=0/0 max-limit=11M/25M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
1 name=“queue2” target=ether4 parent=queue3 packet-marks=“” priority=8/8
queue=default-small/default-small limit-at=0/0 max-limit=11M/25M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
2 name=“queue3” target=ether2,ether4 parent=none packet-marks=“” priority=8/8
queue=pcq-upload-default/pcq-upload-default limit-at=0/0
max-limit=50M/22M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
bucket-size=0.1/0.1
Your childs are still not bellow your parent… parent must be in position 0, child1 in position 2, child2 in position 3…
Also on the parents advanced tab use pcq upload for the upload and pcq download for the download..Not pcq upload to both…
Still dont
Flags: X - disabled, I - invalid, D - dynamic
0 name=“queue3” target=ether2,ether4 parent=none packet-marks=“” priority=8/8
queue=pcq-upload-default/pcq-download-default limit-at=0/0
max-limit=22M/50M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
bucket-size=0.1/0.1
1 name=“queue1” target=ether2 parent=queue3 packet-marks=“” priority=8/8
queue=pcq-upload-default/pcq-download-default limit-at=0/0
max-limit=11M/25M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
bucket-size=0.1/0.1
2 name=“queue2” target=ether4 parent=queue3 packet-marks=“” priority=8/8
queue=pcq-upload-default/pcq-download-default limit-at=0/0
max-limit=11M/25M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
bucket-size=0.1/0.1
Please post your code inside code tags..
Childs do not need to have pcq selected… parent does.. anyways..
In your firewall is fasttrack enabled? If yes delete it..
I fixed the pcqs, and disabled fasttrack then rebooted the router still doesn’t work..
Simple queues are really simple to create… am sure you miss something…
I will have to see your whole router configuration because certainly you do something wrong..
In the wiki you can find examples of simple queues..
Yeah, that’s what I’m saying, it’s really simple, and I can google aswell
.
That’s why I’m questioning the thing that maybe my telekom router fucks this all up.
If u tell me how I can send you all the router’s configuration i’ll send it.
You can export your configuration with hide-sensitive and post it here inside code tags…