You are on page 1of 1

*** Reemplace "in-interface y out-interface" de acuerdo a los nombre de tus

interfaces
*** en tu RouterOS. Luego copy y pase en la terminal de tu router.

/ip firewall mangle


add action=mark-packet chain=forward comment="LAB Download" in-interface=\
ether1_to_INTERNET new-packet-mark=LAB_http_down out-interface=LAB-Bridge \
passthrough=yes protocol=tcp src-port=80,8080,443
add action=mark-packet chain=forward in-interface=ether1_to_INTERNET \
new-packet-mark=LAB_icmp_down out-interface=LAB-Bridge passthrough=no \
protocol=icmp
add action=mark-packet chain=forward in-interface=ether1_to_INTERNET \
new-packet-mark=LAB_others_down out-interface=LAB-Bridge passthrough=no \
protocol=tcp
add action=mark-packet chain=forward comment="LAB Upload" dst-port=80,8080,443 \
in-interface=LAB-Bridge new-packet-mark=LAB_http_upload out-interface=\
ether1_to_INTERNET passthrough=no protocol=tcp
add action=mark-packet chain=forward in-interface=LAB-Bridge new-packet-mark=\
LAB_icmp_up out-interface=ether1_to_INTERNET passthrough=no protocol=icmp
add action=mark-packet chain=forward in-interface=LAB-Bridge new-packet-mark=\
LAB_others_up out-interface=ether1_to_INTERNET passthrough=no

You might also like