Morac
Senior Member
I run TCP OpenVPN on Merlin 384.5 using public/private ECDSA keys with HMAC filtering. I noticed the following in my router logs today:
That appears to be indicating that someone connected using IPv6 (though the address is an IPv4 one) and somehow stayed connected to the OpenVPN server on my router for 15 minutes before disconnecting. It doesn’t show logging in, but I find that very odd.
Does OpenVPN not time out connections that don’t log in or did this person somehow bypass the login? Of note, I’ve seen a fair number of connection attempts from the Netherlands lately.
Code:
Jun 5 20:17:50 ovpn-server2[17243]: TCP connection established with [AF_INET6]::ffff:5.39.223.84:38764
Jun 5 20:17:50 ovpn-server2[17243]: 5.39.223.84 Connection reset, restarting [0]
Jun 5 20:17:50 ovpn-server2[17243]: 5.39.223.84 SIGUSR1[soft,connection-reset] received, client-instance restarting
Jun 5 20:17:54 ovpn-server2[17243]: TCP connection established with [AF_INET6]::ffff:5.39.223.84:20932
Jun 5 20:18:09 ovpn-server2[17243]: 5.39.223.84 Connection reset, restarting [0]
Jun 5 20:18:09 ovpn-server2[17243]: 5.39.223.84 SIGUSR1[soft,connection-reset] received, client-instance restarting
Jun 5 20:18:12 ovpn-server2[17243]: TCP connection established with [AF_INET6]::ffff:5.39.223.84:24100
Jun 5 20:18:27 ovpn-server2[17243]: 5.39.223.84 Connection reset, restarting [0]
Jun 5 20:18:27 ovpn-server2[17243]: 5.39.223.84 SIGUSR1[soft,connection-reset] received, client-instance restarting
That appears to be indicating that someone connected using IPv6 (though the address is an IPv4 one) and somehow stayed connected to the OpenVPN server on my router for 15 minutes before disconnecting. It doesn’t show logging in, but I find that very odd.
Does OpenVPN not time out connections that don’t log in or did this person somehow bypass the login? Of note, I’ve seen a fair number of connection attempts from the Netherlands lately.