Advertisement
THioDevice

Routing Mobile Lagends

Oct 6th, 2018
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. /interface l2tp-client
  2. add connect-to=sg1.kusuma.asia disabled=no name=VPN>CKNet password=cknet profile=default user=trial
  3. /ip firewall nat
  4. add action=masquerade chain=srcnat comment="masquerade VPN CKNet" out-interface=VPN>CKNet
  5. /ip route
  6. add comment="MLBB to CKNet" distance=1 gateway=VPN>CKNet routing-mark=MLBB
  7. /ip route rule
  8. add comment="Mobile Legend" dst-address=50.22.128.0/18 table=MLBB
  9. add comment="Mobile Legend" dst-address=119.81.0.0/16 table=MLBB
  10. add comment="Mobile Legend" dst-address=161.202.160.0/19 table=MLBB
  11. add comment="Mobile Legend" dst-address=161.202.192.0/19 table=MLBB
  12. add comment="Mobile Legend" dst-address=169.57.0.0/17 table=MLBB
  13. /tool netwatch
  14. add comment="PING VPN SG CKNet" host=173.13.0.1 interval=2s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement