Simple queue on internal route

I have one local network adapter on MT.
It has two ip/s: 10.10.11.1/24 and 10.10.12.1/24

I have two computers connected to that LAN but using IP’s in different ranges. One is 10.10.11.101/24 and the other is 10.10.12.101/24. ROuting works ok, and two computers can communicate through MT.

Now I want to set simple queue to shape traffic between rotued computers. It seems not to be working. It does catch some small ammount of traffic but most of it goes unshaped.

Is this a bug or I have to do something differently in thsi situation?

you had better write your configuration.and we can help you better.

Well, it is so simple, just one LAN adapter with two IP addresses in two IP ranges and two client computers connected to that LAN each with IP in separate range.

Ping works, connections work too, but when I try to set simple queue it just does not see conections among them.

When I check in interfaces / traffic, graph shows correct Rx an TX speed, and when I set simple queue on that interface with no limitations, it shows the same traffic.

name=“wlan” target-addresses=0.0.0.0/0
dst-address=0.0.0.0/0
interface=wlan parent=none priority=8
queue=synchronous-default/synchronous-default limit-at=0/0
max-limit=0/0 total-queue=default



But when I set target address or dest address to IP of one of the computers, it odes not show correct speed. I can measure speed on both computers and for isntance they have transfer among each other of 500kbps, but MT shows just 70.

name=“comp1target” target-addresses=10.10.12.101/32
dst-address=0.0.0.0/0
interface=wlan parent=none priority=8
queue=synchronous-default/synchronous-default limit-at=0/0
max-limit=0/0 total-queue=default

name=“comp1dest” target-addresses=0.0.0.0/0
dst-address=10.10.12.101/32
interface=wlan parent=none priority=8
queue=synchronous-default/synchronous-default limit-at=0/0
max-limit=0/0 total-queue=default


I also checked in Torch and it seems, MT generaly has some problem with this measurements.