Page 1 of 1

File .ovpn don´t work in Android

Posted: Thu Feb 01, 2018 9:41 pm
by Antoniomr83
Hello I have this code that work´s fine in Windows, but not in Android. Any Script good for Android?. Sorry for my bad English...


ERROR= Transport error: Transport error on "myIp" NETWORK_EOF_ERROR

Thanks !!

client
dev tun
proto tcp-client
remote myIp
port 1194
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
setenv CLIENT_CERT 0
ca SERVIDOR.crt
cert CLIENTE_MOVIL.crt
key CLIENTE1.key
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass secret
auth-nocache
;redirect-gateway def1

route 192.168.1.0 255.255.255.0
route 192.168.10.0 255.255.255.0