Advertisement
kajege

icmp

Apr 24th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /ip firewall mangle
  2. add chain=prerouting action=mark-connection new-connection-mark=ICMP-CONN passthrough=yes protocol=icmp
  3.  
  4. add chain=prerouting action=mark-packet new-packet-mark=ICMP_PKT passthrough=no protocol=icmp connection-mark=ICMP-CONN
  5.  
  6. /queue simple
  7.  
  8. 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
  9. 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