• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by DrDog

  1. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    I just tried your 2.1.6b1 version and it works well. I am not seeing any clients dropped off from or added to the lists incorrectly. My network only has 15 clients or so, a mix of 2.4g and 5g wifi, a vlan, and several wired ones on the main subnet. In your network can you ping the ones that...
  2. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    Yeah, the sleeping IOT device thing is something I worried about. And also firewall settings on the devices themselves. And I wonder what is actually going on with Viktor losing so many active devices from the list. Maybe everything is sleepy at his house? 😉
  3. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    Yes, the function idea seems the way to go. I will spend some time on that and the development branch upload in the next day or two. I have never contributed code at GitHub before so that should be an interesting twist. I may have questions if I get stuck.
  4. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    Here is the new version of pinglist and a .patch file for the rtrmon script. Cheers!
  5. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    So to try to solve the try to solve the problem of disconnected vlan clients still showing up on page 7 I modified the pinglist script to make a copy of a client list file with unreachable clients left out. rtrmon then operates on the copy in the usual way. I modified the rtrmon script in four...
  6. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    Had to upload it as a .txt file. Obviously it should be a .sh . Here is a snippet of code in rtrmon.sh that shows how to call it. The call is line# 4482. The calls are in four places for the four lists in page 7. 4481 if [ -f "/jffs/addons/rtrmon.d/clientlist$iface.txt" ]; then 4482...
  7. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    It turns out that the refresh button on the web interface only works with some clients some of the time. But pinging the clients in the various lists has the desired effect. Somehow trying to ping a client that can't be reached causes it to be dropped from the lists. To get a more accurate...
  8. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    So I put the export path line at the very top of the script and removed "/opt/bin/" from the lines containing "column".. Page 7 now works. But for me to get a correct accounting of a device that has just recently disconnected from the lan I need to click the refresh button shown in the...
  9. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    So $PATH in that export statement is the console's $PATH? And where would that go in the script, right at the beginning?
  10. D

    RTRMON RTRMON v2.2.1 -Aug 24, 2025- Monitor your Router's Health (New: Wireguard, AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest)

    Very nice work on RTRMON by everyone! I installed it yesterday on my GT-AX6000 running 3006.102.4 and it worked very well except for page 7. The error messages shown in the screen shot show that the column function was not found. The column function actually was present in /opt/bin...
Back
Top