i configured freevpn on mikrotik and it shows connected, i did nat. but my ip didnt change and i still can visit blocked site.
can anyone help me out?
i configured freevpn on mikrotik and it shows connected, i did nat. but my ip didnt change and i still can visit blocked site.
can anyone help me out?
drumme r u frm pakistan?
am from nigeria… pls i need solution to my post. thanks
check DNS configuration, test ping to the site and want another IP or public, and do not forget the default route for the tunnel
thanks but to make this simpler,
the vpn service gives a username and password. i tried that with pptp. it connected but my ip address didnt change to the desired country… see http://www.superfreevpn.com to understand wat i mean.
please attach this
/ip address print
/ip route export
i think your route is not configured to use vpn access
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=30
target-scope=10
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 lan
1 192.168.2.2/24 192.168.2.0 wan
2 D 10.152.113.102/32 10.112.112.123 ppp-out1
3 D 10.88.1.99/32 10.88.1.1 pptp-out1
first setup VPN client according to the free VPN service.
now add new static route to your routing table. Dst. address is an IP address of the VPN server you want connect to. Gateway is the default gateway IP address of your Internet provider (ISP).