LTE Connection Continually Recycling

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
Cilraaz
OpenVpn Newbie
Posts: 1
Joined: Fri Feb 14, 2014 4:56 pm

LTE Connection Continually Recycling

Post by Cilraaz » Fri Feb 14, 2014 6:15 pm

I have a strange issue. For some reason, while connected to my OpenVPN server, my phone's LTE connection will randomly (yet often enough to be annoying) completely disconnect (no bars, etc) and then restart. I'm not sure of any way to check why the phone's network connection is recycling, but it only occurs when OpenVPN is connected, so I figured this forum might be the most help to me.

Here are my configs with any comment lines redacted.

Server.conf:
port xxxx #non-standard port, issue occurred with the standard port also
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
keepalive 10 120
tls-auth ta.key 0
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
log openvpn.log
verb 4
mute 30
client config:
client
verb 4
connect-retry-max 5
connect-retry 5
resolv-retry 60
dev tun
remote ip.addr xxxx udp
### redacted authentication information ###
comp-lzo
key-direction 1
remote-cert-tls server
Any ideas?

Post Reply