I greet!
I for the good way on services.
Does several examples of mark services pass
Which mark is correct?
Are these following are good? if so this what is he the best ?
1.
/ip firewall mangle
add chain=prerouting protocol=tcp src-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" disabled=no
add chain=prerouting protocol=tcp dst-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" disabled=no
2.
add chain=prerouting protocol=tcp src-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" \
disabled=no
add chain=prerouting protocol=udp src-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" disabled=no
add chain=prerouting protocol=tcp dst-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" disabled=no
add chain=prerouting protocol=udp dst-port=23-24 action=mark-packet \
new-packet-mark=prio3 passthrough=yes comment="" disabled=no
3.
add chain=prerouting protocol=tcp dst-port=53 action=mark-connection \
new-connection-mark=Prio1 passthrough=yes comment="Zapytania DNS" disabled=no
add chain=prerouting connection-mark=Prio1 action=mark-packet \
new-packet-mark=Prio1 passthrough=yes comment="Pakiety Prio1" disabled=no
Have you better ideas as do this?
I ask for the prompt as to mark services the best.