i have dsl speed 512/128
i want Equal Bandwidth for a Number of Users
lan = 192.168.16.1
wan = 192.168.1.1
i work with hotspot and i want add QOS
i did this lines
Code: Select all
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=all passthrough=no
Code: Select all
queue type add name="PCQ_download" kind=pcq pcq-rate=512000 pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-rate=128000 pcq-classifier=src-address
Code: Select all
/queue tree add parent=global-in queue=PCQ_download packet-mark=all
/queue tree add parent=global-out queue=PCQ_upload packet-mark=all
Code: Select all
/queue simple add queue=PCQ_upload/PCQ_download target-addresses=192.168.16.0/24
please check this for me
i want if (1) user online get it all (512000/128000)
if the become (2) users online get the same speed (256000/64000) × 2 .
please i tried it many time not working good
help me please
thank you
best regards