VU+ Solo4k - Inactivity timeout (--ping-restart), restarting

Can anybody help, I'm running the latest version of openvix with Oscam and openvpn enabled

everything runs fine but after a couple of hours I get the following error message from openvpn

Inactivity timeout (--ping-restart), restarting

Although it looks like openvpn restarts up, it then blocks all internet activity until it is stopped and restarted. It also requires a restart of oscam as it blocks that channel for awhile.

Although not an issue for me trying to explain to the wife how to reset these services is too hard.

Please if anybody can help and save me from the ear ache of the wife not being able to watch 16 and pregnant or what ever crap she watches would be appreciated.

My open vpn cone file is below  

[.conf]
client
dev tun
proto udp
remote us-east.privateinternetaccess.com 1197
resolv-retry infinite
nobind
persist-keypersist-tun
cipher aes-256-cbc
auth sha256
tls-client
remote-cert-tls server
auth-nocache
auth-user-pass /etc/openvpn/login.txt
comp-lzo
verb 3
keepalive 10 300
reneg-sec 0
ca /etc/openvpn/ca.rsa.4096.crt
crl-verify /etc/openvpn/crl.rsa.4096.pem
disable-occ
log /etc/openvpn/openvpn.log
dhcp-option DNS 209.222.18.222
dhcp-option DNS 209.222.18.218

Comments

  • edited June 2017
    this should be on two lines:
    persist-keypersist-tun

    Possible fixes (I would try one, test, then try the other)
    1. delete the persist-tun line
    2. add this to your config file:

    ping 15
    ping-restart 0
    ping-timer-rem


    Otherwise you can try pinging and forced restart (on fail) with a script but try the above first and report back, please.

Sign In or Register to comment.