OpenVPN Connect Android 4.3

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
mrserrao
OpenVpn Newbie
Posts: 1
Joined: Tue Jun 28, 2016 4:10 pm

OpenVPN Connect Android 4.3

Post by mrserrao » Tue Jun 28, 2016 4:30 pm

Hi all.
We are trying to run OpenVPN Connect in a embedded tablet in our office, for an inside app. But for some reason on LTE with android 4.3 it doesn't connect:

Code: Select all

3205-3205/net.openvpn.openvpn D/OpenVPNClient: CLI: app is already authorized as VPN actor
3205-3205/net.openvpn.openvpn D/OpenVPNService: SERV: client attach n_clients=1
3205-3205/net.openvpn.openvpn D/OpenVPNClientBase: CLI: submitConnectIntent: xx.xxx.xxx.xxx [pfsense01-udp-1197-xxx.xxx-ios-config]
3205-3205/net.openvpn.openvpn W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
3205-3205/net.openvpn.openvpn D/OpenVPNService: SERV: onStartCommand action=net.openvpn.openvpn.CONNECT
3205-3205/net.openvpn.openvpn D/dalvikvm: GC_FOR_ALLOC freed 165K, 19% free 3705K/4564K, paused 19ms, total 20ms
3205-3205/net.openvpn.openvpn D/OpenVPNService: SERV: profile file len=5855
3205-3205/net.openvpn.openvpn I/OpenVPNService: SERV: CONNECT prof=xx.xxx.xxx.xxx [pfsense01-udp-1197-xxx.xxx-ios-config] user=xxx.xxx proxy=undef serv=null proto=adaptive to=60 resp=null epki_alias=null comp=yes
3205-3223/net.openvpn.openvpn D/dalvikvm: GC_FOR_ALLOC freed 213K, 23% free 3528K/4564K, paused 15ms, total 15ms
3205-3205/net.openvpn.openvpn I/OpenVPNService: EVENT: CORE_THREAD_ACTIVE
3205-10337/net.openvpn.openvpn D/OpenVPNService: SOCKET PROTECT: fd=51 protected status=false
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: Frame=512/2048/512 mssfix-ctrl=1250
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: UNUSED OPTIONS
                                                0 [persist-tun] 
                                                1 [persist-key] 
                                                4 [tls-client] 
                                                7 [lport] [0] 
                                                8 [verify-x509-name] [OpenVPN Server Cert GCP] [name] 
3205-3205/net.openvpn.openvpn I/OpenVPNService: EVENT: RESOLVE
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: Contacting xx.xxx.xxx.xxx:1197 via UDP
3205-3205/net.openvpn.openvpn I/OpenVPNService: EVENT: WAIT
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: Transport Error: socket_protect error (UDP)
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: Client terminated, restarting in 2...
3205-3205/net.openvpn.openvpn I/OpenVPNService: EVENT: RECONNECTING
3205-10337/net.openvpn.openvpn D/OpenVPNService: SOCKET PROTECT: fd=51 protected status=false
3205-3205/net.openvpn.openvpn I/OpenVPNService: LOG: Contacting xx.xxx.xxx.xxx:1197 via UDP
3205-3205/net.openvpn.openvpn I/OpenVPNService: EVENT: WAIT
As you can see on line 24 there is a message:

Code: Select all

3205-10337/net.openvpn.openvpn D/OpenVPNService: SOCKET PROTECT: fd=51 protected status=false
I suspect this is the reason why, because on another android device with Android 5.0 , I can connect successfully, and this line is changed to

Code: Select all

3027-4055/? D/OpenVPNService: SOCKET PROTECT: fd=49 protected status=true
I also tried to connect using the other app ICS-OpenVPN and indeed I managed to connect it, but on the logs there is a message like this:

Code: Select all

Could not protect VPN socket
But we would prefer to use the official app, due to security constraints.

If anybody can help or have some suggestion thanks in advance.

Post Reply