Hi, i have IP TV at my home. I want to guarantee bit rate for it. How can i do that using simple queue or queue tree? Configuration is simple: tagged frame coming on Ether 1 is forwarded using bridge (which consists of VLAN interface and Ether 3 interface) out Ether 3 interface. I’m playing with simple queues and queue tree. However i’m not able to put traffic into queue. I’m able to mark connection, mark packet. But that’s it. Queue is not working.
Hi,
Check if you have fasttrack enabled in ip → firewall → filter
No, fast track is not enabled.
I’m wondering how queue tree works at all. There were global-in, global-out queues before. Now we have only one global.
With simple queues it is not clear too: in documentation it is written: /queue simple> add name=server target=10.1.1.1/32 max-limit=0/0
interface=ether2
In new version, target is interface itself (target=ether2). Something has changed. Not very clear.