• 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 Martinski

  1. M

    YazDHCP YazDHCP v1.0.10 [2025-Aug-14] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    YazDHCP will just stumble and fall over, of course. That's the intended plan… ;)😆😜 LOL!!! But seriously, the part about migrating current GN IP address reservations from NVRAM to YazDHCP internal files is already working in both 3006 & 3004 F/W. That's one of the first functions I wrote from...
  2. M

    YazDHCP YazDHCP v1.0.10 [2025-Aug-14] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    FYI, Significant progress has been made regarding a new YazDHCP feature to allow assigning DHCP IP address reservations to clients on available Guest Networks whose subnet range is separate from the main LAN subnet. Today, I got the full process working on my test router (RT-AC86U) running the...
  3. M

    spdMerlin spdMerlin v4.4.14 [2025-Jul-12] - Internet Speedtest and Monitoring Tool for AsusWRT Merlin

    I already have a fix for this bug in the latest 'develop' branch v4.4.15 version. Please retest using this very latest code. Thanks.
  4. M

    Wireguard Wireguard Server - Backup/Restore/Migrate

    The shell script has no dependency on Entware. If it's found installed, the script will use the "/opt/var/" directory as the default path for the backup subdirectory; otherwise, it will use "/jffs/configs/" as the default. But you can, of course, change any initial default to any other directory...
  5. M

    VPNMON VPNMON-R3 v1.6.3 -Sep 1, 2025- Monitor OpenVPN/Wireguard WAN/Dual-WAN Health & Random Reset Multiple Connections (Available in AMTM!)

    Another possible alternative would be to use a custom script that I wrote a while ago to do exactly what you're trying to do: save and restore a specific subset of NVRAM variables as selected by the user via a formatted text file used as input to the script. There is an SSH-based menu-driven...
  6. M

    Unbound Unbound Stats for Asuswrt-Merlin v1.4.3 [2025-Aug-24] Generate Stats for Unbound

    I haven't used the "advanced" menu, but in the "easy" menu, it's option 6:
  7. M

    Scribe Scribe v3.2.3 [2025-Aug-24] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    OK, thanks for the information. Do you happen to know if the issue can be reproduced consistently? I reviewed the functions that figure out the original location of the syslog.log file, and there may be some rare situations where the variable holding the path could be erroneously reset to an...
  8. M

    Scribe Scribe v3.2.3 [2025-Aug-24] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Ah, no worries. There was nothing wrong with your question. It was simple, clear, and straightforward; there was no room for misinterpretation, IMO. Understandably, you were curious about the reason for having the wrong GitHub URL repo on the script header. Your intentions were obviously good...
  9. M

    YazDHCP YazDHCP v1.0.10 [2025-Aug-14] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    I'm not planning to drastically change the current JavaScript + HTML code in the ASP file used by YazDHCP (which is essentially a modified copy of the native ASP file provided originally by the F/W). I want to make as few changes as possible there, and instead have the shell script do the bulk...
  10. M

    Scribe Scribe v3.2.3 [2025-Aug-24] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Hmmm... I wonder how Scribe loses track of the syslog.log location. In the script, there's code that figures out the location of the original syslog.log file and then stores that information in a config file. That location would (and should) not change on the same router running the same F/W, so...
  11. M

    Scribe Scribe v3.2.3 [2025-Aug-24] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Good eye!! That's indeed a mistake. It's fixed now. Thanks for catching it. For clarity, the error was introduced when we migrated Scribe's original repository to the AMTM-OSR repo, so it's been there since our initial v3.2.2 release. It was simple human error - nothing else and nothing more.
  12. M

    Unbound Unbound Stats for Asuswrt-Merlin v1.4.3 [2025-Aug-24] Generate Stats for Unbound

    Release Notes for Unbound Stats v1.4.3 production version now available [2025-Aug-24] 1) NEW: Added checkupdate and forceupdate parameters to make it easier to update the script without forcing users to first uninstall and then reinstall. /jffs/addons/unbound/unbound_stats.sh checkupdate...
  13. M

    Scribe Scribe v3.2.3 [2025-Aug-24] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Keep in mind that a call to restart translates to 2 or 3 separate, but consecutive calls: first a check to determine whether to call stop and finally the call to start, so effectively, the PRECMD is executed on every restart as well.
  14. M

    YazDHCP YazDHCP v1.0.10 [2025-Aug-14] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Apologies for the delayed reply. I've been very busy with my day job and other personal stuff, so I didn't have time until this weekend. Anyway, thanks to those who provided feedback WRT adding a new feature to allow IP address reservations for clients on suitable Guest Networks. Some friends...
Back
Top