Search results

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

  1. M

    YazFi Allowing access to selected network devices

    It's been quite a while since I've looked at that part of the YazFi script so I don't recall the details well enough to make an informed response right now. I'll review the code either tomorrow evening or Thursday evening. I'm busy at the moment and my wife just let me know that she wants to do...
  2. M

    Solved QR Code issue?

    I've never had any issues with the QR Codes generated for the YazFi 2.4GHz & 5GHz Guest Networks. For example, here are a couple from my RT-AC86U and they work just fine (obviously modified for public display on this forum). I don't know what could be causing the problem you're having...
  3. M

    YazFi YazFi v4.x - continued

    The order of the options shown in the script is just fine. The dnsmasq parser can handle it.
  4. M

    YazFi YazFi v4.x - continued

    Your script seems to be missing some critical code. Make sure the following lines are found right after the 1st line ("#!/bin/sh") CONFIG="$1" source /usr/sbin/helper.sh Also, double-check that the file is executable: chmod a+x /jffs/scripts/dnsmasq.postconf HTH.
  5. M

    Anyways to see list of WAN IP's given by ISP in the router

    To gather the list of WAN IPs assigned by your ISP, you could try capturing in a log file the DHCP event when WAN gets a new lease & IP address using the "/jffs/scripts/dhcpc-event" script. Something like this: #!/bin/sh ################################################################# #...
  6. M

    YazFi Change Hostname for YazFi clients

    Many times before I have needed to "clean up" the "custom_clientlist" NVRAM variable because after some client devices are no longer in use (replaced or simply no longer work) the webGUI does not show them, but the old entries were still in NVRAM. This has happened with several ASUS router...
  7. M

    YazFi YazFi v4.x - continued

    After reviewing the YazFi code, I found & fixed a bug that under some conditions would cause the "Hostname" of some clients to be shown as "UNKNOWN" on the webGUI even when the IP address was correct. If you want to try and see if this fix addresses the problem you're seeing on your router, the...
  8. M

    YazFi YazFi v4.x - continued

    Since at this point I don’t know what’s causing the problem in your specific network setup/environment, I cannot tell you with any kind of certainty what steps will resolve the issue. All I can say is that it may or may not work, but you can certainly try it and see what happens before...
  9. M

    YazDHCP YazDHCP - feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Yes, the "start_YazDHCPcheckIcons" is now a normal interface between the YazDHCP webGUI and its shell script. The call is made to find out if there are 1) any custom icon files found in the "/jffs/usericon" directory, and 2) any backups of custom icon files to be restored from a specified backup...
  10. M

    YazFi YazFi v4.x - continued

    The latest YazFi 4.4.4 release fixes the issue reported on this thread by the OP. Based on your brief description, your YazFi scenario appears to be different (with a similar symptom where some hostnames are shown as "UNKNOWN") so there's likely a different root cause. My suggestion would be to...
  11. M

    wlcsm_create_nl_socket binding netlink socket error

    Continuing the conversation here from the other thread post ... OK, understood. So you were still in the exploratory phase looking into where the errors might be coming from. Have you tried running the "CheckStuckProcCmds.sh" script (link below) as a cron job every 5 or 10 minutes for...
  12. M

    Release Asuswrt-Merlin 3004.388.4 is now available

    Are you saying that those errors are definitely coming from "nvram" or "wl" commands getting "stuck" on the GT-AX6000, like the ones that happen on the RT-AC86U? I would have hoped the AX routers had that problem fixed already. A real bummer if that problem still persists in the latest F/W...
  13. M

    YazDHCP YazDHCP - feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    That decision is completely up to @Jack Yaz. I sent him a private message in early September, and another "ping" around the middle of October (about a month ago), and I have not heard back from him. He's usually pretty good at responding within a few days, so I just assumed he was really busy...
  14. M

    BACKUPMON BACKUPMON v1.5.10 -Mar 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! (**Thread closed due to age**)

    That's odd if the USB-attached SSD has 2 valid partitions properly mounted. When the problem occurs, please copy & paste the following set of commands on your SSH terminal window and post the resulting file (USB_MountPoints_DEBUG.txt): { printf "$(nvram get productid): " printf "$(nvram...
  15. M

    Release Asuswrt-Merlin 386.12 is now available for AC models

    Yeah, I've noticed that as well. As a temporary workaround, I've resorted to stopping the ASD process execution with the following code (running every 2 hours via a cron job): #!/bin/sh ###################################################################### # STOP_ASD.sh # Temporary workaround...
  16. M

    Trying to use Quad9 with new ASUS RT-AX88U Pro

    This is the current list of Network Providers associated with Quad9: WoodyNet (AKA PCH.net) PCH.net GSL Networks i3D EdgeUno Equinix Metal (FKA: Packet, Packet.net, or Packethost) Path.net (Path Network) From Quad9 FAQs: https://docs.quad9.net/FAQs/#network-providers-dns-leak-tests
  17. M

    BACKUPMON BACKUPMON v1.5.10 -Mar 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! (**Thread closed due to age**)

    Thank you for providing all the info. Now I know where & what the problem is: the parentheses in the volume label "Backup(1)" were throwing up an error in the script "eval" line. I already have a fix for it so I'll be submitting a GitHub PR for @Viktor Jaep to merge into his latest code so we...
  18. M

    BACKUPMON BACKUPMON v1.5.10 -Mar 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! (**Thread closed due to age**)

    Would you please run the following command on your router via SSH and post the output file? mount | grep "/dev/sd.* /tmp/mnt/.*" > $HOME/USB_MountPoints_DEBUG.txt The error appears to be when looking for the USB drive mount points to build the menu options so I want to see what the router has...
  19. M

    YazFi hostname and ip address UNKNOWN for all guest network devices

    You provided only partial debug information for review so there's some missing troubleshooting info. Based on what was there, the ARP cache confirms that no network clients are connected to the "wl0.1" interface (YazFi 2.4GHz Guest Net #1, 192.168.2.0/24), and all existing clients are in the...
  20. M

    BACKUPMON BACKUPMON v1.5.10 -Mar 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! (**Thread closed due to age**)

    Earlier today I submitted a GitHub PR to filter out the extraneous menu entries (shown in the above screenshot) from the USB drive mount point selection routine. Please take a look and verify that the changes remove the unwanted menu entries. I don't have an ASUS router that has UBIFS. HTH.
Top