Page 1 of 1

VPN stopped working on LRT214

Posted: Fri Jul 22, 2022 2:23 am
by compguy07
I have a Linksys LRT214 that I have OpenVPN setup and was working fine and then sometime within the last month I think just stopped working. I tried restarting the router. Did a firmware update as one was needed. Tried creating a new vpn client, nothing worked. Looking at the logs, I think its timing out on client waiting to hear back from server. But again, there have been no changes. Below is the client config and the client log. One other note, and I had to scold my client on, the room the equipment is in didn't have the AC on and the room had to be 90+ degrees for several days at least this past week, so maybe its possible something cooked on the router that deals with OpenVPN functionality?

client

dev tun
proto udp
remote xxx.xxx.xxx.xxx 1194
cipher AES-128-CBC
auth SHA1
resolv-retry infinite
nobind
persist-key
persist-tun
client
auth-user-pass
verb 3


Client LOG (--verb 4):

Code: Select all

⏎[Jul 21, 2022, 21:28:35] OpenVPN core 3.git::d3f8b18b win x86_64 64-bit built on Mar 17 2022 11:42:02
⏎[Jul 21, 2022, 21:28:35] Frame=512/2048/512 mssfix-ctrl=1250
⏎[Jul 21, 2022, 21:28:35] UNUSED OPTIONS
5 [resolv-retry] [infinite]
6 [nobind]
7 [persist-key]
8 [persist-tun]
11 [verb] [3]
⏎[Jul 21, 2022, 21:28:35] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:28:35] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:28:35] EVENT: WAIT ⏎[Jul 21, 2022, 21:28:35] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:28:35] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:28:45] Server poll timeout, trying next remote entry...
⏎[Jul 21, 2022, 21:28:45] EVENT: RECONNECTING ⏎[Jul 21, 2022, 21:28:45] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:28:45] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:28:45] EVENT: WAIT ⏎[Jul 21, 2022, 21:28:45] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:28:45] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:28:55] Server poll timeout, trying next remote entry...
⏎[Jul 21, 2022, 21:28:55] EVENT: RECONNECTING ⏎[Jul 21, 2022, 21:28:55] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:28:55] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:28:55] EVENT: WAIT ⏎[Jul 21, 2022, 21:28:55] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:28:55] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:29:05] Server poll timeout, trying next remote entry...
⏎[Jul 21, 2022, 21:29:05] EVENT: RECONNECTING ⏎[Jul 21, 2022, 21:29:05] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:29:05] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:29:05] EVENT: WAIT ⏎[Jul 21, 2022, 21:29:05] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:29:05] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:29:15] Server poll timeout, trying next remote entry...
⏎[Jul 21, 2022, 21:29:15] EVENT: RECONNECTING ⏎[Jul 21, 2022, 21:29:15] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:29:15] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:29:15] EVENT: WAIT ⏎[Jul 21, 2022, 21:29:15] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:29:15] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:29:25] Server poll timeout, trying next remote entry...
⏎[Jul 21, 2022, 21:29:25] EVENT: RECONNECTING ⏎[Jul 21, 2022, 21:29:25] EVENT: RESOLVE ⏎[Jul 21, 2022, 21:29:25] Contacting xxx.xxx.xxx.xxx:1194 via UDP
⏎[Jul 21, 2022, 21:29:25] EVENT: WAIT ⏎[Jul 21, 2022, 21:29:25] WinCommandAgent: transmitting bypass route to xxx.xxx.xxx.xxx
{
	"host" : "xxx.xxx.xxx.xxx",
	"ipv6" : false
}

⏎[Jul 21, 2022, 21:29:25] Connecting to [xxx.xxx.xxx.xxx]:1194 (xxx.xxx.xxx.xxx) via UDPv4
⏎[Jul 21, 2022, 21:29:35] EVENT: CONNECTION_TIMEOUT  BYTES_OUT : 840
 PACKETS_OUT : 60
 CONNECTION_TIMEOUT : 1
 N_RECONNECT : 5
⏎[Jul 21, 2022, 21:29:35] EVENT: DISCONNECTED ⏎

Re: VPN stopped working on LRT214

Posted: Fri Jul 22, 2022 7:08 pm
by openvpn_inc
Hi Cg,

"Server poll timeout" in client logs always means that the client transmitted the initial OpenVPN packet, but no reply was received. It almost always indicates a firewall issue of some sort. It could be on either side, client (perhaps the ISP or upstream router?) or server.

Assuming nothing was logged on the server side, your packets simply did not arrive there.

regards, rob0

Re: VPN stopped working on LRT214

Posted: Fri Jul 22, 2022 10:30 pm
by compguy07
That is what I thought. Thing is, there is no other firewall, just the built in one of the LRT214 router, and I tried disabling it, too when testing. And the issue is happening from multiple client locations. The Internet going to the router is Spectrum Business Fiber and far as I know they don't ever block anything to begin with. Might need to just swap the router out at this point.