TdUb199420 / 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

tls key negotiation failed on udp #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start openvpn settings
2. connect
3. tls key negotiation failed to occur within 60 seconds

What is the expected output? What do you see instead?
I can not connect. I get the tls key negotiation failed to occur within 60 
seconds error

What version of the product are you using?
Latest version 

Which Android phone are you using?
Samsung GT-I9100

Which firmware version are you using?
Cyanogenmod 10.1 - 4.2.2

Please provide any additional information below.

suppress-timestamps
client
verb 6
connect-retry-max 5
resolv-retry 5
proto udp
dev tun
lport 53
remote x.x.x.x 53
tls-exit
ca /storage/sdcard1/certificate/ca.crt
key /storage/sdcard1/certificate/client1.key
cert /storage/sdcard1/certificate/client1.crt
ns-cert-type server
tls-client
route 0.0.0.0 0.0.0.0

Data can be transfered on port 53 (udp) to this server or any other server. 
Server config is ok (openvpn config and firewall rules). This config was 
working OpenVPN for Andrioid but I had to switch to this app as it allows 
binding to local port 53.

If i switch from UDP to TCP its connects without any issue. But I need UDP.

Original issue reported on code.google.com by adi...@gmail.com on 15 Jul 2013 at 7:50