How to Solve The Problem Cutting Ping in Mikrotik ?
New Terminal
/ip firewall mangle
add action=mark-connection chain=postrouting comment="Mikrotik-network1 QoS OF PING" disabled=\
no new-connection-mark=ping-ip passthrough=yes protocol=icmp
add action=mark-packet chain=postrouting comment="Mikrotik-network1 QoS OF PING" \
connection-mark=ping-ip disabled=no new-packet-mark=packet_ip \
passthrough=yes
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name="IP QoS output" packet-mark=packet_ip parent=global-out \
priority=1 queue=default
This is what we will be talking about today
Give priority to traffic in Ping
We will Use The Mangle and Queues Tree
Notable: The testing of Version 3.30,2.9.27
Paste The Script in the next
New Terminal
/ip firewall mangle
add action=mark-connection chain=postrouting comment="Mikrotik-network1 QoS OF PING" disabled=\
no new-connection-mark=ping-ip passthrough=yes protocol=icmp
add action=mark-packet chain=postrouting comment="Mikrotik-network1 QoS OF PING" \
connection-mark=ping-ip disabled=no new-packet-mark=packet_ip \
passthrough=yes
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name="IP QoS output" packet-mark=packet_ip parent=global-out \
priority=1 queue=default
0 comments:
Post a Comment