Advertisement
kajege

PING

Apr 15th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #Menstabilkan PING
  2.  
  3. /ip firewall mangle
  4. add action=mark-connection chain=prerouting comment=icmp new-connection-mark=\
  5. ICMP protocol=icmp
  6. add action=mark-connection chain=postrouting new-connection-mark=ICMP \
  7. protocol=icmp
  8. add action=mark-packet chain=prerouting connection-mark=ICMP \
  9. new-packet-mark=ICMP passthrough=no protocol=icmp
  10. add action=mark-packet chain=postrouting connection-mark=ICMP \
  11. new-packet-mark=ICMP passthrough=no protocol=icmp
  12.  
  13. /queue simple
  14. add max-limit=128k/128k name=0.ICMP packet-marks=ICMP priority=1/1 target=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement