• 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

    spdMerlin Multiple entries in GUI

    I suppose it's possible, but I just don't see how at this point. Also, next time it happens after a reboot, grab the syslog file covering all entries during the entire reboot sequence until all your add-ons have been started. There might be some clues there, perhaps some "hiccup" during reboot...
  2. M

    spdMerlin Multiple entries in GUI

    That's very odd. If I understand correctly, it's an intermittent problem where, after a reboot, the WebUI page tab sometimes doesn't show up if you simply log in to the router, but the webpage appears to have been mounted correctly, as shown by the URL displayed via the SSH CLI menu. In...
  3. M

    [ 3006.102.6 alpha Build(s) ] available build(s)

    Thank you for the additional info. Your current Unbound Stats WebUI version is 1.4.1, which is rather old (from 2021). First, you need to install the very latest production 1.4.3 version using the following commands on an SSH terminal window: curl -LSs --retry 3 --retry-delay 5...
  4. M

    [ 3006.102.6 alpha Build(s) ] available build(s)

    Thank you for the very useful tip; it saved me time to narrow down the cause of the problem. Fortunately, there were only 7 function calls in the original code using the old Tomato JS code. Thank you both for taking the time to check and for providing the browser console output. I have made...
  5. M

    [ 3006.102.6 alpha Build(s) ] available build(s)

    I was made aware of your post regarding a possible new issue when loading the Unbound Stats WebUI page on the 3006.102.6 Alpha build. Is this an intermittent problem? Or does it happen every single time? When the WebUI page gets loaded, are there any error messages listed on the "Browser...
  6. M

    scMerlin scMerlin 2.5.44 - Service and script control menu for Asuswrt-Merlin

    Release Notes for scMerlin v2.5.44 production version now available [2025-Oct-25] 1) FIXED: Added code to check if the DDNS service is enabled before restarting it. 2) IMPROVED: Added code to the SSH CLI menu to show if Samba, FTP, and DDNS services are enabled. 3) Miscellaneous code...
  7. M

    YazDHCP YazDHCP v1.2.1 [2025-Oct-25] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Release Notes for YazDHCP v1.2.1 production version now available [2025-Oct-25] 1) FIXED: Bug when extracting and setting the dnsmasq directive interface tag. 2) IMPROVED: Modified code to handle scenarios where the subnet mask goes beyond the standard "255.255.255.0" default setting. 3)...
  8. M

    Help needed. Switched ISPs and now my internal network is sub par

    Keep in mind that the "IP Passthrough" mode of the AT&T gateway applies to only one single device, which is typically a 3rd-party router, but that may not always be the case, so the AT&T gateway continues to function as an active network router to be able to manage traffic for all...
  9. M

    [Preview] Work in Progress

    Interesting "cheat" LOL!! For all intents and purposes, it should be good enough. ;)
  10. M

    [Preview] Work in Progress

    The "MemTotal" value shown by /proc/meminfo is the total amount of physical RAM that is usable by the system *after* subtracting the memory that is permanently reserved by the F/W and kernel code during bootup. The amounts of memory allocated during bootup are usually shown in the boot log. So...
  11. M

    spdMerlin Multiple entries in GUI

    When you run the shell script, what does the CLI menu show as the WebUI URL? Example screenshot: If you happen to run into the same issue again, take a screenshot of the SSH CLI menu (like the one shown above). Thanks.
  12. M

    scMerlin Router services enabled for no apparent reason

    The "Services" and "VPN" sections on the scMerlin WebUI page do *not* actually say that each and every service being shown is currently enabled or even running. The WebUI simply makes available the option to send a request to "restart" a selected service. Well, not quite. The WebUI does allow...
  13. M

    scMerlin scMerlin 2.5.44 - Service and script control menu for Asuswrt-Merlin

    WRT Unbound, I don't use it on my home routers, and I'm not really familiar with how it works and interacts with dnsmasq. But, in any case, if dnsmasq is running on your router to provide DHCP services, then the "Toggle dnsmasq tainted watchdog script" option can still be useful in cases where a...
  14. M

    YazDHCP YazDHCP v1.2.1 [2025-Oct-25] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Thanks to a debug log provided by @Reef2009, I was able to find and fix the bug that was causing the malformed dnsmasq directives, such as the following: set:lan br1,XX:XX:XX:AA:BB:CC,set:XX:XX:XX:AA:BB:CC,192.168.1.2,HostName The fix is now available in the latest 'develop' branch v1.2.1...
  15. M

    YazDHCP YazDHCP v1.2.1 [2025-Oct-25] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    I don't know since that user has not provided enough details and context for the problem, but it wouldn't hurt to run the very latest 'develop' branch version, and if the same problem continues, then provide clear screenshots and more details/context as the other 2 users have done.
Back
Top