You are on page 1of 1

/ip firewall address-list

add address=196.192.32.242 list=PRIORISE


WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWwwwwwwwwwwwwwwwwwwwwww
/ip firewall mangle
add action=mark-connection chain=forward comment=GOUPE_NON_PRIORITY \
dst-address-list=PRIORISE new-connection-mark=Group_PRIORITY passthrough=\
yes src-address=192.168.88.0/24 src-address-type=""
add action=mark-connection chain=forward comment=GROUPE_PRIORITY \
dst-address-list=!PRIORISE new-connection-mark=Group_NO_Priority \
passthrough=yes src-address=192.168.88.0/24
add action=mark-packet chain=forward connection-mark=Group_NO_Priority \
new-packet-mark=Group_PCK_NON_PRIORITY passthrough=no
add action=mark-packet chain=forward connection-mark=Group_PRIORITY \
new-packet-mark=Group_PCK_PRIORITY passthrough=no
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
/queue tree
add max-limit=4098k name="Group A - Global" parent=global priority=1 queue=\
default
add max-limit=4098k name="PRIO 1 - HTTP" packet-mark=Group_PCK_PRIORITY \
parent="Group A - Global" priority=1 queue=default
add max-limit=4098k name="PRIO 8 - IM" packet-mark=Group_PCK_NON_PRIORITY \
parent="Group A - Global" queue=default

You might also like