Inactivity timeout (--ping-restart), restarting

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
alenaranjo
OpenVpn Newbie
Posts: 1
Joined: Tue Mar 02, 2021 12:45 am

Inactivity timeout (--ping-restart), restarting

Post by alenaranjo » Tue Mar 02, 2021 12:50 am

hola, tengo un problema y quizas alguien tenga la solucion. La conecciòn se termina luego de unos minutos y se vuelve a conectar. Envìo la configuraciòn y el log.

Hi, I have a problem and maybe someone has the solution. The connection is terminated after a few minutes and reconnects. I send the configuration and the log.

config.ovpn:
Client config

dev tun
persist-tun
persist-key
ncp-disable
cipher AES-256-CBC
auth SHA1
tls-client
client
resolv-retry infinite
remote vpn.workgroup.com.ar 1195 udp4
auth-user-pass
ca borderone-UDP4-1195-ca.crt
tls-auth borderone-UDP4-1195-tls.key 1
remote-cert-tls server

Log:

Code: Select all

2021-03-01 20:55:35 DEPRECATED OPTION: ncp-disable. Disabling cipher negotiation is a deprecated debug feature that will be removed in OpenVPN 2.6
2021-03-01 20:55:35 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
2021-03-01 20:55:35 OpenVPN 2.5.0 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Oct 28 2020
2021-03-01 20:55:35 Windows version 6.1 (Windows 7) 64bit
2021-03-01 20:55:35 library versions: OpenSSL 1.1.1h  22 Sep 2020, LZO 2.10
Enter Management Password:
2021-03-01 20:55:39 TCP/UDP: Preserving recently used remote address: [AF_INET]186.61.15.105:1195
2021-03-01 20:55:39 UDPv4 link local (bound): [AF_INET][undef]:1194
2021-03-01 20:55:39 UDPv4 link remote: [AF_INET]186.61.15.105:1195
2021-03-01 20:55:39 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2021-03-01 20:55:39 [www.workgroup.com.ar] Peer Connection Initiated with [AF_INET]186.61.15.105:1195
2021-03-01 20:55:40 open_tun
2021-03-01 20:55:40 tap-windows6 device [Conexión de área local 7] opened
2021-03-01 20:55:40 Set TAP-Windows TUN subnet mode network/local/netmask = 10.10.40.0/10.10.40.5/255.255.255.0 [SUCCEEDED]
2021-03-01 20:55:40 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.10.40.5/255.255.255.0 on interface {976CC5AB-3F42-4B74-BDB8-012A69B0A646} [DHCP-serv: 10.10.40.254, lease-time: 31536000]
2021-03-01 20:55:40 Successful ARP Flush on interface [29] {976CC5AB-3F42-4B74-BDB8-012A69B0A646}
2021-03-01 20:55:40 IPv4 MTU set to 1500 on interface 29 using service
2021-03-01 20:55:45 Initialization Sequence Completed
2021-03-01 20:57:35 [www.workgroup.com.ar] Inactivity timeout (--ping-restart), restarting
2021-03-01 20:57:35 SIGUSR1[soft,ping-restart] received, process restarting
2021-03-01 20:57:41 TCP/UDP: Preserving recently used remote address: [AF_INET]186.61.15.105:1195
2021-03-01 20:57:41 UDPv4 link local (bound): [AF_INET][undef]:1194
2021-03-01 20:57:41 UDPv4 link remote: [AF_INET]186.61.15.105:1195
2021-03-01 20:57:41 [www.workgroup.com.ar] Peer Connection Initiated with [AF_INET]186.61.15.105:1195
2021-03-01 20:57:42 Preserving previous TUN/TAP instance: Conexión de área local 7
2021-03-01 20:57:42 Initialization Sequence Completed
Last edited by Pippin on Tue Mar 02, 2021 12:59 pm, edited 1 time in total.
Reason: Formatting

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Inactivity timeout (--ping-restart), restarting

Post by TinCanTech » Tue Mar 02, 2021 11:15 pm

Please contact your server administrator: www.workgroup.com.ar

Post Reply