Recent content by Jeffrey Young

  • 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. J

    [ 3004.388.7 alpha 2 Build(s) ] Testing available build(s)

    Don't even need a static arp..... Just set the printer up with a static IP (or preferably a DHCP-reserved IP). That way the printer won't wonder thus messing up windows.
  2. J

    [SOLUTION] asus-wrapper-acme.sh Adds --dns Support for Let's Encrypt Wildcard SAN Certs to Integrated Asus acme.sh Implementation

    Are you looking for the mount command to mount over the firmware version of acme.sh? If so, the command would look something like; mount --bind /opt/home/acme/acme.sh /usr/sbin/acme.sh You would have to adjust the path to where you put the downloaded version of acme.sh
  3. J

    Diversion Pixelserv replacement

    Short answer is no. The feature was removed in Diversion 5 as Pixelserv is no longer supported by the developer.
  4. J

    Lost password recovery

    If you have SSH access to the router, this post may help. Something tells me though that this method may have been nuked by Asus in more recent versions. https://www.snbforums.com/threads/how-to-reset-encrypted-admin-password-via-ssh.77786/
  5. J

    BACKUPMON BACKUPMON v1.7.2 -Apr 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

    I think you have an amazing product @Viktor Jaep , but I am not using your script. I believe in the KISS approach. I am still using my original script with some modifications (I keep only last 10 backups and use base64 encoded passwords now).
  6. J

    Release Asuswrt-Merlin 3004.388.6 is now available

    https://www.snbforums.com/threads/faq-read-me-first-before-posting-a-question.47153/
  7. J

    Crontab jobs disappeared.

    Fair to say @dave14305 , you have left your mark. Great job - as always.
  8. J

    Release Asuswrt-Merlin 3004.388.6 is now available

    Clear the browser cache. Happens to me on occasion.
  9. J

    Cloudflare DDNS 388.6

    What does the system log say?
  10. J

    Setting up 2 mac addresses to same IP in dnsmasq.conf.add

    +1 on this point. Just for info, I had an old laptop that did have separate MAC address for the 2.4 and 5.0 radios. It was a weird laptop from day one..........
  11. J

    IPtable entries not saving?

    Bit -I is for insert..... places the rule at the top of the chain. Where as -A appends the ruled to the end of the chain. Re iptables -I INPUT -s 192.168.0.0/24 -j DROP
  12. J

    BACKUPMON BACKUPMON v1.7.2 -Apr 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

    I knew I read it somewhere in the thread..... I'm not going crazy!! Now, I just need to convince my wife of that!!
  13. J

    BACKUPMON BACKUPMON v1.7.2 -Apr 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

    It is the downside of applying automation to a task. You can never cover 100% of the cases/configurations out in the wild.
  14. J

    BACKUPMON BACKUPMON v1.7.2 -Apr 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

    Sorry, my bad here. I thought I had read somewhere that BACKUPMON now had the option of specifying a required mount point (requiring an smb call) or just specifying a directory to where the backup is to go (i.e. assume the backup destination already exists). If that is not the case, then yep...
  15. J

    BACKUPMON BACKUPMON v1.7.2 -Apr 1, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Now available in AMTM!)

    I would create a new script (wrapper) with something like.... #!/bin/sh <Code to mount the NFS Share> <Code to call BACKUPMON as a one-time call to back up the Router> <Code to unmount the share (unless it is a permanently mounted point)> Then call the wrapper script via a cron job. I'll be...
Top