No browsing once connected
Posted: 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
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