alan216

Mikrotik Port Mobile Legend

Jul 1st, 2018
1,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. /ip firewall raw
  2. add action=add-dst-to-address-list address-list="mobile legend" \
  3. address-list-timeout=none-dynamic chain=prerouting dst-port=30100-30110 \
  4. protocol=tcp
  5.  
  6. /ip firewall mangle
  7. add action=mark-connection chain=prerouting comment=ICMP new-connection-mark=\
  8. ICMP_LOKAL passthrough=yes protocol=icmp
  9. add action=mark-packet chain=prerouting connection-mark=ICMP_LOKAL \
  10. new-packet-mark=PKT-ICMP passthrough=no
  11. add action=mark-connection chain=prerouting comment="MOBILE LEGEND" \
  12. new-connection-mark="MOBILE LEGEND" passthrough=yes src-address-list=\
  13. "mobile legend"
  14. add action=mark-packet chain=prerouting connection-mark="MOBILE LEGEND" \
  15. new-packet-mark="MOBILE LEGEND_Down" passthrough=no
Add Comment
Please, Sign In to add comment