Does anyone know how to achieve a simple queueing (SQ) on Mikrotik v.6.1 (bridge mode) in both directions ?
I’m using a RB2011 platform.
With Mikrotik 5.22 I have something like this:
0 name="main" target-addresses=192.168.0.0/23 interface=all parent=none packet-marks="" direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=100M/100M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
1 name="1.203" target-addresses=192.168.1.203/32 interface=all parent=main packet-marks="" direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=30M/30M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
and bandwidth limiting works perfectly. On Mikrotik 6.1 I can limit download traffic only (due to missing some options, like “direction” or “interface” ?). Upload traffic bypasses queues. “use-ip-firewall” option is enabled on both devices (v.6.1 and 5.22).
Thanks for any directions.