South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Yip...
View attachment 1607010
View attachment 1607012
I have to wonder... are we certain this is not a AH issue?

And Frogfoot is dead again...
PM sent.Please drop me a pm with your email address please.
Slightly off topic, what freeware can I run on Windows that will monitor connectivity 24/7 and log it? Preferably to one internet destination and on LAN destination?
The reason I ask is each time I connect to my folk's router on MTN Fixed LTE it works flawlessly, and I get the 50mbps they pay for - but they report numerous drops which I am trying to pinpoint (I suspect it is on their LAN side).
uptime-kuma? Not a gui app though... docker or home-assistant requiredSlightly off topic, what freeware can I run on Windows that will monitor connectivity 24/7 and log it? Preferably to one internet destination and on LAN destination?
The reason I ask is each time I connect to my folk's router on MTN Fixed LTE it works flawlessly, and I get the 50mbps they pay for - but they report numerous drops which I am trying to pinpoint (I suspect it is on their LAN side).


If you have a raspberry pi floating around, something like: https://github.com/rsvp/speedtest-linux?Slightly off topic, what freeware can I run on Windows that will monitor connectivity 24/7 and log it? Preferably to one internet destination and on LAN destination?
The reason I ask is each time I connect to my folk's router on MTN Fixed LTE it works flawlessly, and I get the 50mbps they pay for - but they report numerous drops which I am trying to pinpoint (I suspect it is on their LAN side).
/tmp$ echo "$(curl -skLO https://git.io/speedtest.sh && chmod +x speedtest.sh && ./speedtest.sh)"
Gives: date, time, ping, download, upload2023-10-25, 14:22, 12.459, 96.08, 67.10
Maybe use the build-in Scheduled Tasks of windows to run a command in CLI every x seconds?Thanks for the suggestions - I am looking for something that will run on Windows (CLI or GUI or Service), I have a dedicated old Optiplex with Windows 11 that will be doing the job.