openwrt-lte-keep-alive
openwrt-lte-keep-alive copied to clipboard
Having LTE modem up on OpenWRT but it keeps dropping the connection from time to time?
Results
2
openwrt-lte-keep-alive issues
Sort by
recently updated
recently updated
newest added
I suggest you to consider to reload the kernel module as a second attempt to get the connection back, before rebooting the whole router. I am doing so in my...
In the dns-test.sh script, line 12 contains the timeout parameter from the macOS version of Netcat: `nc -G 2 -z $IP_TO_PING 53` The correct way would be like this: `nc...