Advertisement
kajege

VPN

Jul 22nd, 2017
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #VPN Garena gratisan dari Master Cespun
  2.  
  3. /interface pptp-client
  4. add connect-to=103.215.72.115 disabled=no name=multi-vpn password=200501 user=vpn-cespun
  5.  
  6. /ip route
  7. add check-gateway=ping comment=multi-vpn distance=1 gateway=10.250.250.254 routing-mark=multi-vpn
  8.  
  9. /ip route rule
  10. add dst-address=43.252.184.0/22 table=multi-vpn
  11. add dst-address=202.73.16.0/21 table=multi-vpn
  12. add dst-address=103.248.56.0/22 table=multi-vpn
  13.  
  14. /ip firewall nat
  15. add action=masquerade chain=srcnat comment=masquerade out-interface=multi-vpn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement