Advertisement
rootplg3544

SCRIP ML BARU

Apr 27th, 2018
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. SCRIP ML OM TRUM PILIP
  2.  
  3. ip firewall raw
  4. add action=add-dst-to-address-list address-list="mobile legend" \
  5. address-list-timeout=none-dynamic chain=prerouting dst-port=30100-30110 \
  6. protocol=tcp
  7.  
  8. /ip firewall mangle
  9. add action=mark-connection chain=prerouting comment=ICMP new-connection-mark=\
  10. ICMP_LOKAL passthrough=yes protocol=icmp
  11. add action=mark-packet chain=prerouting connection-mark=ICMP_LOKAL \
  12. new-packet-mark=PKT-ICMP passthrough=no
  13. add action=mark-connection chain=prerouting comment="MOBILE LEGEND" \
  14. new-connection-mark="MOBILE LEGEND" passthrough=yes src-address-list=\
  15. "mobile legend"
  16. add action=mark-packet chain=prerouting connection-mark="MOBILE LEGEND" \
  17. new-packet-mark="MOBILE LEGEND_Down" passthrough=no
  18.  
  19.  
  20.  
  21. DAN SCRIP OM CAK OESMAN .. <PILIH SALAH SATU>
  22. /ip firewall address-list
  23. add address=wscdn.ml.youngjoygame.com comment=ML list=games
  24. add address=c3cdn.ml.youngjoygame.com comment=ML list=games
  25. add address=qncdn.ml.youngjoygame.com comment=ML list=games
  26. add address=cdn.ml.youngjoygame.com comment=ML list=games
  27.  
  28. /ip firewall raw
  29. add action=add-dst-to-address-list address-list="games" \ address-list-timeout=none-dynamic chain=prerouting dst-port=30100-30110 \ protocol=tcp
  30. add action=add-dst-to-address-list address-list="games" \ address-list-timeout=none-dynamic chain=prerouting dst-port=30097-30147 \ protocol=tcp
  31. add action=add-dst-to-address-list address-list="games" \ address-list-timeout=none-dynamic chain=prerouting dst-port=5001-5600 \ protocol=udp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement