/ip firewall mangle
add action=mark-packet chain=forward new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=input new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=prerouting new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=postrouting new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=output new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
/queue simple
add max-limit=5M/5M name=ICMP_Priority packet-marks=icmp_pkts target="" comment="Bypass Ping"
add action=mark-packet chain=forward new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=input new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=prerouting new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=postrouting new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
add action=mark-packet chain=output new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"
/queue simple
add max-limit=5M/5M name=ICMP_Priority packet-marks=icmp_pkts target="" comment="Bypass Ping"
Statistics: Posted by starlink — Fri Jan 26, 2024 9:07 pm