Advertisement
Guest User

vpn-BeturWari

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