No browsing once connected

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
azfar
OpenVpn Newbie
Posts: 5
Joined: Fri Jan 06, 2012 8:14 am

No browsing once connected

Post by azfar » Tue Aug 04, 2015 7:13 am

Hi,

I am not pushing gateway, dns etc and my openvpn server is just for private tunnel and its working fine from windows but on android once connected internet stop working. Below is my server conf.

;local a.b.c.d
port 1194
proto udp
dev tun
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\config\\server.crt"
key "C:\\Program Files\\OpenVPN\\config\\server.key"
dh "C:\\Program Files\\OpenVPN\\config\\dh1024.pem"
server 172.22.20.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-config-dir "C:\\Program Files\\OpenVPN\\ccd"
keepalive 10 120
tls-auth "C:\\Program Files\\OpenVPN\\config\\ta.key" 0 # This file is secret
cipher AES-256-CBC # AES
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 5


I don't have "seamless tunnel option" enabled as well and all options are at default value and my device version is 4.4.2

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: No browsing once connected

Post by Traffic » Tue Aug 04, 2015 9:34 am

Please post your client config.

Look for "redirect-gateway" in your client config .. disable it if it is present.

azfar
OpenVpn Newbie
Posts: 5
Joined: Fri Jan 06, 2012 8:14 am

Re: No browsing once connected

Post by azfar » Tue Aug 04, 2015 9:52 am

This is all i have

client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
cipher AES-256-CBC
comp-lzo
explicit-exit-notify 2
verb 3
inactive 86400

And everything is working fine with iOS, Windows and other android version.

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: No browsing once connected

Post by Traffic » Tue Aug 04, 2015 10:12 am

Unfortunately, I think the problem is Kitkat:
https://code.google.com/p/android/issue ... l?id=62714

Post Reply