Hi guys,
it is Jul 2022, and ‘gltertf’ still brings a bad impact on a new LTE E750 router with latest updates.
This process becomes deadlock in 4-5h of router use and you must reboot the router. I also found that my E750 start to disconnect all clients from 2.4 wifi after a few hours of work. And the MCU (display) software also impacts router stability.
So, after one month of torment, I was not able to make my router stable, but I found some workaround, that helps me not to reboot the router manually every few hours, like in a LOST movie…
luci → System → Schedulet Tasks
# reboot at 5am
0 5 * * * reboot
# restart wifi every 5h
*/300 * * * * wifi down && wifi up
# tuning gl.software
@reboot /etc/init.d/gl_tertf disable && /etc/init.d/gl_tertf stop
@reboot /etc/init.d/e750_mcu disable && /etc/init.d/e750_mcu stop
@reboot sleep 10 && rm /tmp/tertf/tertfinfo_bak
@reboot sleep 10 && rm /etc/tertf/tertfinfo_bak
*/58 * * * * /etc/init.d/gl_route_policy restart
P.s. I hope that the gl team will find a message and put some attention to their router’s stability. As an owner of a few products (MV1000, E750, etc.) since 2015, unfortunately I would say that without additional scripts that reload wireguard, wifi and other gl-software, these routers still can not work stable.