Advertisement
rootplg3544

ML BARU LAGI 20 Mei

May 20th, 2018
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ## sesuaikan dengan kondisi jaringan yang ada###
  2.  
  3.  
  4. /ip firewall nat
  5. add action=masquerade chain=srcnat
  6. add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=tcp \
  7. to-addresses=208.67.220.220 to-ports=53
  8. add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=udp \
  9. to-addresses=208.67.222.222 to-ports=53
  10. /ip firewall mangle
  11. add action=mark-connection chain=prerouting comment=ICMP new-connection-mark=\
  12. ICMP_LOKAL passthrough=yes protocol=icmp
  13. add action=mark-packet chain=prerouting connection-mark=ICMP_LOKAL \
  14. new-packet-mark=PKT-ICMP passthrough=no
  15. add action=mark-connection chain=prerouting comment="MOBILE LEGEND" \
  16. new-connection-mark="MOBILE LEGEND" passthrough=yes src-address-list=\
  17. "mobile legend"
  18. add action=mark-packet chain=prerouting connection-mark="MOBILE LEGEND" \
  19. new-packet-mark="MOBILE LEGEND_Down" passthrough=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement