i live in iran and here we need to use vpn to reach free internet, so i bought a mikrotik server in france and configured it for Open VPN.
but i have a problem: i can connect to server (windows and android) but i cant open censored websites, in fact my ip wont change to vpn server's IP and seems my traffic is not going through vpn tunnel.
i config my mikrotik server with this video https://www.youtube.com/watch?v=WzApPcz ... =techieLAB
my client config file:
Code: Select all
client
dev tun
proto udp-client
remote x.x.230.10 port 1993
persist-key
persist-tun
nobind
tls-client
remote-cert-tls server
ca ca.crt
cert client.crt
key client.key
redirect-gateway def1
verb 4
mute 10
cipher AES-128-CBC
auth SHA1
auth-user-pass secret
auth-nocache