Simple queues question

Hello,

I have set simple queues for all clients with Burst.
That work fine.
Now I have connect a FTP server with mikrotik.
It’s possible, when clients download over the FTP server, that the simple queues not match the traffic??

My conf:
Ether1 Internet
Ether2 Internet (Load Balancing)
Ether3 Local (Clients)
Ether4 FTP Server.

The simple queues must catch the traffic only over Ether1 and 2.

Can anybody help me??

I would think you want to use mangle and the queue tree instead of simple queues. Simple queues will apply the limit to any ip regardless of traffic or interface originating. You can use mangle to mark the traffic from the different interfaces and servers and the queue tree to shape it more effectivly.