I have an SXT LTE modem, now the problem is sometimes the LTE connection will drop and I have to manually log in into the GUI and disable and re-enable back the interface. So I wish someone can help me with the scripting that can:
ping check at 8.8.8.8 and if there any drop more than 20 packet,
it will auto disable it and logged then re-enable the interface back.
else it will run for every 1 minute on the scheduler with ‘Connection OK’ logged.
You can change what you want. but time 1min is too short. If something really is not good with lte, it will loop in, restart every minute. Or add script restart lte pauses 1.min restart then pauses 5.min …15.min
I have the same problems with two NetMetals and Huawei ME909s-120 since 6.41.
At the moment I make a restart of the LTE1-interface every 24hours an I would be also interested in such script.
yea i was thinking the same but i just want to give a sample situation. Because sometimes my lte interface will drop when there is no activity or in idle state
Thanks, the following scripts works for me! I add this scripts to Tools ==> Netwatch ==> Host, when Host 8.8.8.8 is down, run script.
My 4G/LTE USB Dongle is Huawei E8372h-607.
Hello, hoping someone might have some ideas on this.
I have a wAP LTE kit in a remote location with mediocre signal. Currently I am using the system watchdog with 8.8.8.8 set to ensure things are kept alive. It is activating probably every one or two hours.
My questions:
Is it a bad idea to use the system watchdog in this case? (e.g. doing so many “harsh” reboots?)
(the device is now in a very remote location and I would rather not play around too much in case I lose my ability to connect remotely!)
If I should use one of the scripts here - would it be better to use the “/interface disable/enable” method or the “usb power-reset” method? For wAP LTE kit
Is there any reason not to use Tools Netwatch to implement this script? (e.g. vs scheduler)