PatInaNutshell
New Around Here
RT-AX88U running firmware 386.5_2
I am running both a VPN server and 2 VPN clients. I also have a script running to ping every 10 seconds to track whenever my network goes down - it will usually restart the WAN or reboot the router altogether, depending on network conditions.
I've noticed that since updating from 386.5 to 386.5_2, the VPN server and/or client appear to go down frequently. It's not entirely clear to me what is happening, but I managed to catch the following in the logs after clearing everything out following a reboot. Are the network messages below expected? Is there anything more I can do to debug the problem? Every time I check with my ISP, they claim the problem is on my end.
As additional info, here's the check that eventually fails:
I am running both a VPN server and 2 VPN clients. I also have a script running to ping every 10 seconds to track whenever my network goes down - it will usually restart the WAN or reboot the router altogether, depending on network conditions.
I've noticed that since updating from 386.5 to 386.5_2, the VPN server and/or client appear to go down frequently. It's not entirely clear to me what is happening, but I managed to catch the following in the logs after clearing everything out following a reboot. Are the network messages below expected? Is there anything more I can do to debug the problem? Every time I check with my ISP, they claim the problem is on my end.
Apr 14 17:10:10 ovpn-server1[2592]: event_wait : Interrupted system call (code=4)
Apr 14 17:10:10 ovpn-server1[2592]: PLUGIN AUTH-PAM: Error signaling background process to exit: Connection refused (errno=111)
Apr 14 17:10:10 ovpn-client3[2820]: event_wait : Interrupted system call (code=4)
Apr 14 17:10:13 ovpn-client1[4558]: write UDP []: Network is unreachable (code=101)
Apr 14 17:10:13 ovpn-client1[4558]: write UDP []: Network is unreachable (code=101)
Apr 14 17:10:13 ovpn-client1[4558]: write UDP []: Network is unreachable (code=101)
Apr 14 17:10:13 ovpn-client1[4558]: write UDP []: Network is unreachable (code=101)
Apr 14 17:10:13 ovpn-client1[4558]: write UDP []: Network is unreachable (code=101)
As additional info, here's the check that eventually fails:
Code:
if ! ping -w 10 -c 10 www.google.com > /dev/null; then
service restart_wan
Last edited: