Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ip firewall mangle
- add chain=prerouting action=mark-connection new-connection-mark=ICMP-CONN passthrough=yes protocol=icmp
- add chain=prerouting action=mark-packet new-packet-mark=ICMP_PKT passthrough=no protocol=icmp connection-mark=ICMP-CONN
- /queue simple
- add name=”ICMP” target-addresses=0.0.0.0/0 interface=all parent=Total packet-marks=ICMP_PKT direction=both priority=1 queue=default/default
- limit-at=0/0 max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement