Page 1 of 1

No browsing once connected

Posted: Tue Aug 04, 2015 7:13 am
by azfar
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

Re: No browsing once connected

Posted: Tue Aug 04, 2015 9:34 am
by Traffic
Please post your client config.

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

Re: No browsing once connected

Posted: Tue Aug 04, 2015 9:52 am
by azfar
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.

Re: No browsing once connected

Posted: Tue Aug 04, 2015 10:12 am
by Traffic
Unfortunately, I think the problem is Kitkat:
https://code.google.com/p/android/issue ... l?id=62714