Mangle Fuction

Hello

I’m trying to setup queues types for my network, but i have range of clients with the speed 384/128 and 512/128 and 786/128k, but i would like to setup mangle with the range of ip address for make this queues, i wonder is posible with mark connection and mark packet, but i’m trying to put a network 192.168.105.1 to 192.168.105.20 are 384k clients.

could some one help me with this.

Thanks

I think you can use Address list facility to define the IP Range.

/ip firewall address-list
add list=range address=192.168.1.1-192.168.1.20

use the address list in mangle

/ip firewall mangle
add src-address-list=range

I think this will be help you out