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
No browsing once connected
- Traffic
- OpenVPN Protagonist
- Posts: 4066
- Joined: Sat Aug 09, 2014 11:24 am
Re: No browsing once connected
Please post your client config.
Look for "redirect-gateway" in your client config .. disable it if it is present.
Look for "redirect-gateway" in your client config .. disable it if it is present.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Jan 06, 2012 8:14 am
Re: No browsing once connected
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.
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.
- Traffic
- OpenVPN Protagonist
- Posts: 4066
- Joined: Sat Aug 09, 2014 11:24 am
Re: No browsing once connected
Unfortunately, I think the problem is Kitkat:
https://code.google.com/p/android/issue ... l?id=62714
https://code.google.com/p/android/issue ... l?id=62714