jorhett
Regular Contributor
Watchdog is starting DDNS every 30 seconds.
(that's not my real IP)
I've confirmed my ddns-start script is working, and also confirmed that it's setting the completed variable:
Looking at other threads, the only thing I've found is that ddns_ipaddr is not set
Model RT-AX86U running 3004.388.5
Code:
Dec 6 04:38:09 watchdog: start ddns.
Dec 6 04:38:09 ddns: update CUSTOM , wan_unit 0
Dec 6 04:38:09 ddns: Clear ddns cache.
Dec 6 04:38:09 custom_script: Running /jffs/scripts/ddns-start (args: 200.82.19.61)
Dec 6 04:38:10 ddns: Completed custom ddns update
Dec 6 04:38:39 watchdog: start ddns.
Dec 6 04:38:39 ddns: update CUSTOM , wan_unit 0
Dec 6 04:38:39 ddns: Clear ddns cache.
Dec 6 04:38:39 custom_script: Running /jffs/scripts/ddns-start (args: 200.82.19.61)
Dec 6 04:38:40 ddns: Completed custom ddns update
Dec 6 04:39:09 watchdog: start ddns.
Dec 6 04:39:09 ddns: update CUSTOM , wan_unit 0
Dec 6 04:39:09 ddns: Clear ddns cache.
Dec 6 04:39:09 custom_script: Running /jffs/scripts/ddns-start (args: 200.82.19.61)
Dec 6 04:39:10 ddns: Completed custom ddns update
(that's not my real IP)
I've confirmed my ddns-start script is working, and also confirmed that it's setting the completed variable:
Code:
router:/jffs/scripts# nvram get ddns_updated
1
Looking at other threads, the only thing I've found is that ddns_ipaddr is not set
Code:
router:/jffs/scripts# nvram show 2>/dev/null | grep -E "ddns_ipaddr=|wan0_ipaddr=|wan0_realip_ip="
wan0_ipaddr=200.82.19.61
routwan0_realip_ip=200.82.19.61
Model RT-AX86U running 3004.388.5
Last edited: