Hello all,
I got an RB2011 v6.41 for home use and I would like suggestions about equal share bandwidth
among clients. I got VDSL 50Mbps and I have configure so far this :
/ip firewall mangle add chain=prerouting action=mark-packet in-interface=ether9-wan new-packet-mark=client_upload
/ip firewall mangle add chain=prerouting action=mark-packet in-interface=bridge1 new-packet-mark=client_download
/queue type add name="PCQ_download" kind=pcq pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-classifier=src-address
/queue tree name="TOTAL DOWNLOAD" parent=bridge1 packet-mark="" limit-at=0 queue=default-small priority=8 max-limit=50M burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1
/queue tree name="DOWNLOAD" parent=TOTAL DOWNLOAD packet-mark=client_download limit-at=0 queue=PCQ_download priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1
/queue tree name="TOTAL UPLOAD" parent=ether9-WAN packet-mark="" limit-at=0 queue=default-small priority=8 max-limit=3M burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1
/queue tree name="UPLOAD" parent=TOTAL UPLOAD packet-mark=client_upload limit-at=0 queue=PCQ_upload priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s bucket-size=0.1
I wonder if this rules are OK or I need to do something different.
Thank you