Script:
/interface pptp-client
add add-default-route=yes connect-to=ca1.vpnbook.com name=VPNBook password=\
d4bmcut user=vpnbook
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.168.0/24
add action=masquerade chain=srcnat comment=VPN out-interface=VPNBook \
src-address=10.10.10.0/24
/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=VPNBook \
passthrough=yes src-address=10.10.10.0/24
add action=mark-routing chain=prerouting new-routing-mark=NoVPN passthrough=\
yes src-address=192.168.168.0/24
/ip route
add distance=1 gateway=VPNBook routing-mark=VPNBook
add distance=1 gateway=103.28.2.253 routing-mark=NoVPN
Ref:
https://freevpn.me/accounts/
http://www.superfreevpn.com/
https://www.vpnbook.com/freevpn
No comments:
Post a Comment