Predictable OpenVpn Connect Dropouts and Disconnections
Posted: Thu Jan 19, 2017 11:09 pm
Hey everyone,
I've got a curious issue that's got me stumped.
I've got a Galaxy Tab 3 10.1" running Android 4.4.2 with the latest OpenVpn Connect client (1.1.17 b76)
The connection when established will work swimmingly for exactly 2 minutes on the nose. Then, the connection will drop out/stall for another 2 minutes on the nose, proceeded by the tunnel being reestablished.
The log only has the following:
It seems related to viewtopic.php?t=18950 But that thread was left hanging, and since there's no Android 5x for this device, upgrading is not an option.
I've also tested this on other Android 4x devices with the exact same result
The OpenVpn server is in known-good working order with normal, active desktop users. It's running on UDP only.
I'd really appreciate some help on getting this resolved, as this really screams bug to me.
Thanks!
Client config:
I've got a curious issue that's got me stumped.
I've got a Galaxy Tab 3 10.1" running Android 4.4.2 with the latest OpenVpn Connect client (1.1.17 b76)
The connection when established will work swimmingly for exactly 2 minutes on the nose. Then, the connection will drop out/stall for another 2 minutes on the nose, proceeded by the tunnel being reestablished.
The log only has the following:
Code: Select all
<connected message>
<2 minutes of usefulness>
UDP send error:send: Invalid argument
EVENT:PAUSE trans=TO_DISCONNECTED

The OpenVpn server is in known-good working order with normal, active desktop users. It's running on UDP only.
I'd really appreciate some help on getting this resolved, as this really screams bug to me.
Thanks!
Client config:
Code: Select all
client
dev tun
proto udp
remote {SNIPPED FOR PRIVACY}
lport 0
sndbuf 393216
rcvbuf 393216
resolv-retry infinite
nobind
user nobody
group nogroup
persist-key
persist-tun
remote-cert-tls server
cipher BF-CBC # Blowfish (default)
key-direction 1
verb 3
{CERTS SNIPPED FOR PRIVACY}