xiaoyanit / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

OVPN Configuration #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install programs as directed: BusyBox, OpenVPN installer & settings
2. imported key, crt, ca.crt and ovpn into folder
3. connect to vpn

What is the expected output? What do you see instead?
Expected output is connection. Actual output is program says unknown and 
notification bar says connecting. No errors. It just hangs. No clues in the log 
file.

What version of the product are you using?
0.4.10

Which Android phone are you using?
Motorola Atrix 4G with custom ROM. ROM is Darkside $G

Which firmware version are you using?
Android Version is 2.3.5
Kernel is 2.6.32.50

Please provide any additional information below.
Not sure how the ovpn file for the Android is supposed to be configured vs. the 
working one on my laptop.

This is my ovpn from the laptop

client
dev tun
proto tcp
remote d4rksideos.net 1194
resolv-retry infinite
nobind
persist-key
persist-tun

ca ca.crt
cert laptop.crt
key laptop.key
ns-cert-type server

comp-lzo
verb 4

And this works as expected

Original issue reported on code.google.com by madprofe...@gmail.com on 16 Apr 2012 at 3:38