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

  1. BartmanEH

    Custom DDNS script status

    sometimes when I checkout the DDNS webpage, I see update status: then I refresh the page and it's gone:
  2. BartmanEH

    Custom DDNS script status

    /jffs/scripts/ddns-start <public ip redacted> admin@RT-AX88U:/tmp/home/root# cat /jffs/scripts/ddns-update.log 2025-02-23 18:06:00: Cloudflare update failed. IP: <forgot to provide IP parameter> 2025-02-23 18:07:18: Cloudflare update successful. IP: <public ip...
  3. BartmanEH

    Custom DDNS script status

    not that I'm aware of. I installed Asuswrt-Merlin only a few days ago specifically for custom DDNS feature and that's all I've played with EDIT: isn't syslog in /tmp/? EDIT2: grep "ddns" /tmp/syslog.log Feb 27 09:53:35 ddns: Custom ddns update failed
  4. BartmanEH

    Custom DDNS script status

    ls -l /jffs/scripts/ddns-start -rwxrwxrwx 1 admin root 928 Feb 23 18:25 /jffs/scripts/ddns-start nvram get jffs2_scripts 1 cat /jffs/scripts/ddns-start #!/bin/sh ZONEID=<redacted> RECORDID=<redacted> RECORDNAME=<redacted> API=<redacted> IP=${1}...
  5. BartmanEH

    Custom DDNS script status

    I'm a bit of a hack with command line but with some AI help, I executed "grep "custom ddns update" /tmp/syslog.log" which returned no results.
  6. BartmanEH

    Custom DDNS script status

    bump. no one here using Custom DDNS scripts?
  7. BartmanEH

    Custom DDNS script status

    I'm using the Merlin Wiki script for DDNS for Cloudflare. It works from terminal in Merlin but how do I know it's working autonomously? The built-in DDNS services have "Registration Successful" message in the DDNS GUI webpage but I don't see any status for Custom script even though its posting...
Back
Top