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

    scMerlin How to use SCMerlin without internet?

    If you are comfortable with editing the script, you could just comment out the call to the NTP_Ready() function in the SCMerlin script. Most of Jack's scripts want the NTP clock set first before the script runs. Even NTPMerlin, which on the surface is kind of counterintuitive (I mean, that is...
  2. J

    VLAN Tag Ethernet ports

    If it helps, here is the script I was using on my AC86U when I had it in AP mode. Worked fine for me. The only tricky part is that the setup gets torn down every time the firewall restarted. To resolve, beside starting the script from services-start, I also had a routine in services-event...
  3. J

    Crontab jobs disappeared.

    Ha! I was going to suggest maybe making some mods to the current cru wrapper (maybe using a bind mount to overwrite the current script) with some logging in order to get to the bottom of things. Assuming we are thinking a bad cru call is doing this. The Lonelycoder beat me to the idea.
  4. J

    Crontab jobs disappeared.

    Someone running 386.6 will need to do some testing. It is speculation on my part too that ASD may be responsible. I don't know if one can kill the asd process and have it stay dead (watch dog process not restarting it).
  5. J

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

    I apologize again for being ff-topic. I share your frustration. That said, I don't blame Asus - or @RMerlin. What Merlin has done with these routers and the relationship he has been able to forge with Asus has been rather remarkable. However, these are SOHO routers and you have to keep in...
  6. J

    Crontab jobs disappeared.

    Sorry for being off-topic, but which addon?
  7. J

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

    Seems each version of 388 has had an issue that affects me (asd being aggressive with SDD, asd zapping arp entries, etc.). I've never upgraded from 386.7. I was hoping this would be the version. Between the certificate issue and this crontab issue, I will be passing on 388.6 as well. Seems...
  8. J

    Crontab jobs disappeared.

    From what I have been able to sift through, it seems that this issue started with 388.6. Knowing how Asus has been dumb-proofing security on their routers for the average public who just wants to plug the box in, run through the wizard and go, I have to wonder if the asd daemon has been...
  9. J

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

    Agreed. I looked at most of those suggestions and found them rather useless. For the cron issues being reported here and elsewhere, this appears after the release of 388.6. One has to wonder if Asus's ASD daemon is now goofing around with cron in the name of security.
  10. J

    Router using wrong Certificate after update to 3004.388.6

    Following... In case there is a break. I too do not use DDNS, but I use ZeroSSL certificate on the router for webgui access. I upload manually via SSH and NVRAM commands. I have seen a couple of people have this issue now. I was hoping that 388.6 was the version to finally prompt me to...
  11. J

    Philips Hue - LAN Port to be part of YazFi Wireless Guest Network Subnet

    To actually answer the question being asked - yes it is possible, but not with YazFi. I whipped up my own scripts that emulate what Jack did, but using a seperate bridge so that I could remove a lan port from the br0 bridge and add it to the guest bridge. The script is not one click setup...
  12. J

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

    Assuming this is a Samba share, the syntax is; mount -t cifs \\\\192.168.50.50\\path\\to\\folder\\on\\nas /path/to/folder/on/router -o "vers=2.1,username=userid,password=password" Depending on the router you are using, you may need to issue this command first modprobe md4 Note the double...
  13. J

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

    Have you attempted manually mount your NAS and see what the actual error message is?
  14. J

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    How about getting Merlin some logs from your router when DNS/TLS fails. It would be a big help.
  15. J

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    Logs? Alpha's are released to get help in testing. Without good feedback, which includes trouble shooting such as event log review, how is the developer suspose to know where to start?
  16. J

    cifs / nfs module for ASUS GT-AX11000

    Ahh, got it. He is not using merlin, but a cloug. Got it. Thanks. Sorry, I can't be of help here.
  17. J

    cifs / nfs module for ASUS GT-AX11000

    If you are getting that error, then you don't need the md4 module. Are you trying to mount a smb or nfs share? What is the command line you are using. I can mount both file system types fine. You should not need any other kernel modules.
  18. J

    cifs / nfs module for ASUS GT-AX11000

    What issue exactly are you having? On some newer routers running the 388 base code, you need to load the md4.ko kernel module before attempting a cifs mount (modprobe md4.ko)
  19. J

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    Thanks. I was just logging in to edit my question. I ended up looking at the source code and the file names of the uploaded certs (nvram le_enable=2) has not changed. Appreciate you getting back to me.
  20. J

    [ 3004.388.6 alpha Build(s) ] Testing available build(s)

    Hi Merlin. Do you know the new location? I ask as I use my own wildcard certs for my own domain. Just want to modify my cert distribution script to be ready for the final release.
Top