OpenVpn conecting but not working

Status
Not open for further replies.

akash7173

Member
14
2013
0
0
Everything is ok but no internet after conncetion.
Please see attachment image
http://s17.postimg.org/gzgv7o8z3/vpn.png
vpn.png
 
Last edited:
4 comments
From the image i can see you are facing a DNS error ..,

Recheck the DNS settings on your computer ., use gDNS.
Also check the name reselover configuration on your server in the resolv.conf
 
If its a linux OpenVPN server, you might need to do some iptables kung-fu

iptables -t nat -A POSTROUTING -j SNAT --to-source 1.1.1.1

Where 1.1.1.1 would be the OpenVPN servers internet IPv4 address.
 
Status
Not open for further replies.
Back
Top