Beta 2 working fine here on AC3100!
I’m wondering do your firmware support Asus Router mesh?
No, Asuswrt-Merlin does not support AiMesh on any router model.
AiMesh and Telnet (use SSH instead)What functions don’t AsusWrt-Merlin support that’s comes standard in Asus own WRT firmware?
As far as I'm aware, currently only AiMesh. For the differences see: https://asuswrt.lostrealm.ca/featuresWhat functions don’t AsusWrt-Merlin support that’s comes standard in Asus own WRT firmware?
#!/bin/sh
inadyn -f /jffs/inadyn-changeip.conf -l debug -n
Sep 24 13:10:40 watchdog: start ddns.
Sep 24 13:10:40 rc_service: watchdog 774:notify_rc start_ddns
Sep 24 13:10:40 start_ddns: update CUSTOM , wan_unit 0
Sep 24 13:10:40 custom_script: Running /jffs/scripts/ddns-start (args: 192.168.200.30 ) - max timeout = 120s
Sep 24 13:10:40 inadyn[11498]: No write permission to //.inadyn, aborting.
Sep 24 13:10:40 inadyn[11498]: Cannot guarantee DDNS server won't lock you out for excessive updates.
ca-trust-file = /etc/ssl/certs/ca-certificates.crt
iterations = 1
period = 300
provider default@changeip.com {
hostname = xxxxxxx.dns2.us
username = "XXXXXXX"
password = "XXXXXXX"
checkip-ssl= false
}
Sep 24 18:10:05 RT-AC68U-4690 rc_service: watchdog 345:notify_rc start_ddns
Sep 24 18:10:05 RT-AC68U-4690 start_ddns: update WWW.NO-IP.COM default@no-ip.com, wan_unit 0
Sep 24 19:03:21 RT-AC68U-4690 rc_service: httpd 23477:notify_rc restart_ddns
Sep 24 19:03:22 RT-AC68U-4690 start_ddns: update WWW.NO-IP.COM default@no-ip.com, wan_unit 0
Sep 24 19:03:23 RT-AC68U-4690 inadyn[2409]: In-a-dyn version 2.4 -- Dynamic DNS update client.
Sep 24 19:03:24 RT-AC68U-4690 inadyn[2409]: Update forced for alias tomskxx.hopto.org, new IP# 2.49.xxx.80
Sep 24 19:03:26 RT-AC68U-4690 inadyn[2409]: Updating cache for tomskxx.hopto.org
The watchdog loops trying to start ddns and log shows this message: ... No write permission to //.inadyn, aborting.
I have it set to 60 minutes as wel (default, I guess?) but I don't see hourly updates in syslog. Should there be?I have the check set to 60 minutes... and i get this in my syslog every hour
so i guess that means its working.. if i force an update it says registration is successful and in syslog i getCode:Sep 24 18:10:05 RT-AC68U-4690 rc_service: watchdog 345:notify_rc start_ddns Sep 24 18:10:05 RT-AC68U-4690 start_ddns: update WWW.NO-IP.COM default@no-ip.com, wan_unit 0
...
Just to be certain, your ddns-start script does not use inadyn, correct? If you do, you have to provide a few parameters, such as the location of the inadyn cache files.
i'm using syslog-ng so not sure if i'm getting a different default logging levelI have it set to 60 minutes as wel (default, I guess?) but I don't see hourly updates in syslog. Should there be?
Yes, I was calling inadyn from ddns-start script. I do use changeip.com wich is compatible with unadyn, but it is not available in the providers' list. But overriding inadyn.conf works.
ca-trust-file = /etc/ssl/certs/ca-certificates.crt
-e /sbin/ddns_updated -exec-nochg /sbin/ddns_updated --cache-dir=/tmp/inadyn.cache
Since there is a long list of ddns providers compatible with inadyn, it may be a good idea to consider, for future implementation, a way for entering a provider's name and not just selecting from those listed.
I have DDNS Probs with the Beta 2
start_ddns: update WWW.SELFHOST.DE selfhost, wan_unit 0
inadyn[10099]: In-a-dyn version 2.4 -- Dynamic DNS update client.
inadyn[10099]: Update forced for alias xxxxxxx, new IP# xx.xxx.xx.xxx
inadyn[10099]: Fatal error in DDNS server response:
inadyn[10099]: [200 OK] nochg xx.xxx.xx.xxx
inadyn[10099]: Error response from DDNS server, exiting!
syslog: Error code 48: DDNS server response not OK
I have a factory reset my Router an install , the Probe was gone with the Beta 1
Beta 2 is now available. Changes since beta 1:
Code:8d9cf9bb1 rc: remove temp file accidentally commited with e2b8ce3c6abfc8b38186cc61d967c97cba25c0d2 e563f8df0 Updated documentation 4baece1d3 webui: clarify the forced DDNS parameter 0a283695e rc: reset the forced ddns update timer when ddns_check() forces an update e2b8ce3c6 rc: ensure we do issue a forced DDNS update after "x" days 773ba2049 webui: only display an OpenVPN client/router status table if it actually has content ec12f5a06 nano: updated to 3.1. 8bf340922 rc: inadyn: trying a different update URL for selfhost.de that's closer to Asus's ez-ipupdate implementation 93e0b2f0e Bumped revision to beta 2
I have been running the b2 version a week before you released it. Works good.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!