Install
RouterOS 6.0
CCR1036
BackOffice
WAN 230.145.1.1/24
LAN 10.8.1.1/24
Users 10.8.1.10-20
Phone 10.8.1.190-200
Internet access limited speed 2048kb/2048kb
Internet - ether1
Local - ether2
My rules:
/ip firewall mangle
add action=mark-connection chain=prerouting comment=“Mark phone Connection”
new-connection-mark=phone-connection src-address-list=Phone
add action=mark-connection chain=prerouting dst-address-list=Phone
new-connection-mark=phone-connection
add action=mark-packet chain=prerouting comment=“Mark phone packets”
connection-mark=phone-connection new-packet-mark=phone-packet
passthrough=no
/queue simple
add limit-at=128k/128k max-limit=128k/128k name=Phone packet-marks=phone-packet priority=1/1 target=“”
total-priority=1
As the second rule to distribute the rest of the speed of PC users?