Inactive Timeout Question #2002
-
I want to start by saying thanks so much for this! It has made it super easy for those of us with "more than the average Joe but nowhere even close to expert level" knowledge to set-up. And all of the documentation is amazing and helped me work through some issues when I was first implementing about 6 months ago. Thank you so much! I have run into a bit of an issue and I've hit a bit of a wall trying to figure out 1) if it needs to be addressed and 2) how to go about figuring out what needs to be addressed. I recently moved my configuration to a new PC and it is running on a Ubuntu server virtualbox machine under a Windows 10 host. My VPN provider is CyberGhost VPN. I don't believe I was experiencing this same issue on my old setup, which was running with a previous version of the docker image. My docker run command is as follows:
It appears that about every 20 minutes or so, the connection to my VPN is timing out due to inactivity and rebooting the container. Here's what I can see in the container's logs:
It appears that the connection is closing due to inactivity but the strange part is that I am getting this even after downloading a 1.3 gig torrent inside of that period of time. A torrent completed at 00:09 then at 00:17 I got the inactivity error and it restarted the container. Do I have the "OPENVPN_OPTS" line defined incorrectly? Is there something I should be doing or running to keep the connection alive? Or is it okay that the container reboots like this due to inactivity? Thanks in advance for your help!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
first of all, from a technical point of view there is no problem with the reboots per se, but it should not be occurring. This might be due to issues with the provider predominantly.. |
Beta Was this translation helpful? Give feedback.
first of all, from a technical point of view there is no problem with the reboots per se, but it should not be occurring. This might be due to issues with the provider predominantly..
mind sharing the .ovpn config ?
also can you share the log from startup?
thanks