Hi guys, I have this problem whyle setting my mikrotik router, what I wanted to do is simply preserver and prioritize my IPTV based on the Port(interface)
my interfaces are separated and not slave (set to 'none') each has its own dhcp, everything works well, but when I set the priority nothing happens, I do see the traffic in statistics,
my IPTV on the test channel needs average of 2mb, so I set a simple que, but it has no effect, as soon as I start torrent downloads with no limit on torrent client setting, my iptv image freezes.
What m I doing wrong ? why does the que not hold and reserve the given bandwidth ? In my config I want basicly at least 4 mb download and 512 upload reserved for IPTV with priority 1.
The IPTV is connected to the interface3 on my router. ( I also tried without specifieng IP just on interface based )
here is my config :
[admin@MikroTik] /queue simple> print
Flags: X - disabled, I - invalid, D - dynamic
0 name="Kartinatv" target-addresses=192.168.2.2/32 interface=ether3-slave-local parent=none packet-marks="" direction=both priority=1
queue=default-small/default-small limit-at=512k/4M max-limit=1M/6M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small
[admin@MikroTik] /queue simple> ..
[admin@MikroTik] /queue> ..
[admin@MikroTik] > interface
[admin@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU MAX-L2MTU
0 R ether1-gateway ether 1500 1600 4076
1 R ether2-master-local ether 1500 1598 2028
2 R ether3-slave-local ether 1500 1598 2028
3 R ether4-slave-local ether 1500 1598 2028
4 R ether5-slave-local ether 1500 1598 2028
5 wlan1 wlan 1500 2290
6 R bridge-local bridge 1500 1598
[admin@MikroTik] /interface>
any advice / help is much appreciated.