@RMerlin any idea why asuscomm.com alias won't register? It says:I've tried different unique names and all fail with the same error. Can it be tied to no client list?Code:Request error! Please try again.
Check your system log for more info.
Feb 4 14:38:08 Mastiff: Got AAE_SIG_REMOTE_CONNECTION_TURNED_ON
Feb 4 14:38:08 rc_service: httpd 1309:notify_rc restart_ddns
Feb 4 14:38:08 custom_script: Running /jffs/scripts/service-event (args: restart ddns)
Feb 4 14:38:08 start_ddns: update WWW.ASUS.COM update@asus.com, wan_unit 0
Feb 4 14:38:08 inadyn[31499]: In-a-dyn version 2.5 -- Dynamic DNS update client.
Feb 4 14:38:08 inadyn[31499]: Update forced for alias (my user name).asuscomm.com, new IP# 142.165.134.223
Feb 4 14:38:11 inadyn[31499]: Authentication failure
Feb 4 14:38:11 inadyn[31499]: Fatal error in DDNS server response:
Feb 4 14:38:11 inadyn[31499]: [401 |Authorization failed]
Feb 4 14:38:11 inadyn[31499]: Error response from DDNS server, exiting!
Feb 4 14:38:11 inadyn[31499]: Error code 48: DDNS server response not OK
Feb 4 14:38:11 inadyn[31499]: [401 |Authorization failed]
All I did was reset 384.15 beta 1 to defaults and it has been like that since. No sir I don't play with anything like a boot loader. I'm a pretty basic guy that has learned a lot from this forum.Asus DDNS authorization is based on the router's MAC, and a secret PIN that's stored in the bootloader (and nvram).
Did you make any change to these?
I haven't made any change to the inadyn Asus DDNS code in months.
Same with the client list bug, all I did was reset to defaults from the webui and no clients shown since.Asus DDNS authorization is based on the router's MAC, and a secret PIN that's stored in the bootloader (and nvram).
Did you make any change to these?
I haven't made any change to the inadyn Asus DDNS code in months.
When I run "Clients" at the command line I get output without host names. Any idea why?Another option is to add the Clients command to profile.add from my GitHub repo (along with other shortcuts and hacks). You can change it to an all lowercase name if you prefer.
Code:# List active LAN Clients from the command line # Usage: Clients Clients () { GREEN='\033[0;32m' RED='\033[0;31m' NC='\033[0m' # No Color printf '%b%-23s %-15s %-17s%b\n' "$GREEN" "Description " "IP Address " "MAC Address " "$NC" arp | sed 's/(//;s/)//' | while read -r DESC IP AT MAC ETH ON IFACE do printf '%-23s %-15s %-17s\n' "$DESC" "$IP" "$MAC" done }
Did that and more my friend, thanks though for thinking about me.@skeal Did you try the WPA button hard reset method yet? If not then you should try that and do not use any backup files.
1. Turn the router off.
2. Press and hold the "WPS" button and turn the router on.
3. Power light is on (keep holding the WPS button).
4. Release the WPS button after the power LED light starts flashing.
5. Power light stops flashing and the router will automatically reboot.
Did that and more my friend, thanks though for thinking about me.
Done and done. I even used the firmware recover tool to flash both stock and merlin firmware.In that case try reverting back to 384.14 or its stock Asuswrt equivalent. Also format your jffs partition twice as well.
Done and done. I even used the firmware recover tool to flash both stock and merlin firmware.
I don't use the App. I tried from linux and windows, using firefox and chrome, and edge all show empty. Weird thing is if you change the function of the unit from router to access point the client list works both stock and merlin.Hmm, that's strange. Did you check if Asus's router app is showing any clients list or it's empty as well?
I don't use the App. I tried from linux and windows, using firefox and chrome, and edge all show empty. Weird thing is if you change the function of the unit from router to access point the client list works both stock and merlin.
Because of "Wan: Use local caching DNS server as system resolver (default: No)"When I run "Clients" at the command line I get output without host names. Any idea why?
You are right! Can i leave it set at yes or what?Because of "Wan: Use local caching DNS server as system resolver (default: No)"
Okay weird issue I must say.
The list is also empty if you tap the circular monitor button on top of "View List" button? The list should show on the right hand side pane.
You are right! Can i leave it set at yes or what?
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!