The client has a teltonika device that connects to our VPN server. All settings are unchanged on both this Teltonika device and our server. However, the server receives a connection, seems to complete the initialization and then after a minute (which is the time we set for this connection) times out due to no activity to start all over again. I really have no idea where to start troubleshooting this, especially since this was working perfectly and we did not change a thing.
This is the logfile for this particular connection on the server side. I don't have a log from the user's side as they are a few countries away and we don't have anyone near at the moment.
Code: Select all
Mar 9 16:06:50 LINUXVPN ovpn-48849[32138]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mar 9 16:06:50 LINUXVPN ovpn-48849[32138]: /usr/sbin/openvpn-vulnkey -q 48849.key
Mar 9 16:06:50 LINUXVPN ovpn-48849[32138]: TUN/TAP device tun227 opened
Mar 9 16:06:50 LINUXVPN ovpn-48849[32138]: /sbin/ifconfig tun227 192.168.0.254 pointopoint 10.150.33.1 mtu 1500
Mar 9 16:06:50 LINUXVPN ovpn-48849[32171]: UDPv4 link local (bound): [AF_INET]85.146.254.194:5225
Mar 9 16:06:50 LINUXVPN ovpn-48849[32171]: UDPv4 link remote: [undef]
Mar 9 16:06:54 LINUXVPN ovpn-48849[32171]: Peer Connection Initiated with [AF_INET]88.203.156.110:47062
Mar 9 16:06:55 LINUXVPN ovpn-48849[32171]: Initialization Sequence Completed
Mar 9 16:07:59 LINUXVPN ovpn-48849[32171]: Inactivity timeout (--ping-restart), restarting
Mar 9 16:07:59 LINUXVPN ovpn-48849[32171]: /sbin/ifconfig tun227 0.0.0.0
Mar 9 16:07:59 LINUXVPN ovpn-48849[32171]: SIGUSR1[soft,ping-restart] received, process restarting
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: /usr/sbin/openvpn-vulnkey -q 48849.key
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: TUN/TAP device tun227 opened
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: /sbin/ifconfig tun227 192.168.0.254 pointopoint 10.150.33.1 mtu 1500
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: UDPv4 link local (bound): [AF_INET]85.146.254.194:5225
Mar 9 16:08:01 LINUXVPN ovpn-48849[32171]: UDPv4 link remote: [undef]
Mar 9 16:08:04 LINUXVPN ovpn-48849[32171]: Peer Connection Initiated with [AF_INET]88.203.156.110:31141
Mar 9 16:08:05 LINUXVPN ovpn-48849[32171]: Initialization Sequence Completed
I know this isn't to much info, but any guidance is much appreciated