L&LD
Part of the Furniture
For 86U owners if I understood correctly, the solution is to use HTTPS instead of HTTP for Webui access?
The solution for what, exactly?
For 86U owners if I understood correctly, the solution is to use HTTPS instead of HTTP for Webui access?
Non responding webui..?The solution for what, exactly?
I only use https on my AC86U and it still sometimes locks up, running "/sbin/service restart_httpd" from an SSH terminal solves it. That works so well that I run a cron job to run that command a few times a day, as a preventive measure. The AC86U just has some quirks, but not every one of them. Some have zero quirks, I'm just one of the lucky ones. No way I would ever give this up, I like the quirky personality, keeps me on my toes.Non responding webui..?
Non responding webui..?
Put this in /jffs/scripts/services-start.No, when it doesn't respond, it doesn't respond at all for some. The cause is not known, but restarting httpd on the router is what fixes it for most.
The 'fix' that I would recommend is to either memorize the restart command (which I haven't ), or simply install @Jack Yaz's excellent scMerlin script which will allow you to do so much more than just restart the web interface.
https://www.snbforums.com/threads/scmerlin-service-and-script-control-menu-for-asuswrt-merlin.56277/
cru a restart_httpd "0 */6 * * * /sbin/service restart_httpd"
For 86U owners if I understood correctly, the solution is to use HTTPS instead of HTTP for Webui access?
bETA 2 SEEMS to be working well on my ac 3200.s only computer running vpn client has trouble connecting after a router reboot have to log in several times on the routers wan page before it connects ,Known issues:
Providing a custom stubby.yml prevents the router from properly starting/setting clock at boot time.(that's because at boot time, stubby.yml must tell stubby NOT to enable TLS mode until the clock has been set. Support for stubby.yml replacement has been removed in beta2, ensuring users rely on .add or on .postconf to customize stubby)Squashfs errors on some models(Beta 2 contains a kernel level fix for the root issue.)Setting nvram through httpApi doesn't work for some models(Fixed in beta2).- Traceroute returning weird results on routers using older kernels (probably compatibility issue with either kernel 2.6.36 or uclibc. Final release will revert Network Tools back to their former implementation except for RT-AC86U and RT-AX88U)
- QoS rule priorities (Adaptive QoS) are lost after a firmware upgrade (Bug in closed source components, already fixed upstream by Asus, have to wait for next GPL release with that fix)
- Toggling SSH settings do not apply (sshd isn't properly restarted when settings are changed)
Turn off DNSSEC. CleanBrowsing and Quad9 experience intermittent connection issues with DNSSEC enabled. Cloudflare seems to work very well on DoT & DNSSEC.Good night, I'm using DOT + DNSSEC with cleanbrowsing.
I'm having small freezes and today the connection was offline.
I could see that although the internet link was active, I could not use the internet.
The WAN connection was offline.
I use AC86U in the last beta.
Anyone else with this problem?
Thanks for any help.
Turn off DNSSEC. CleanBrowsing and Quad9 experience intermittent connection issues with DNSSEC enabled. Cloudflare seems to work very well on DoT & DNSSEC.
With both of the 384.11 BETA releases on my RT-AX88U (and Win 10 Pro x64 with all patches), I have lost all of my ipv6 connectivity...
No problems prior to this BETA series re ipv6 (384.10* was fine WRT ipv6), and no changes on my part (still "Native", "Stateless", etc).
While I notice suggestions for custom scripts to fix/"activate" ipv6 with this BETA, was that really our benefactor's intention? To break a perfectly normal and functioning facility and start requiring customized scripts to then "fix" things? Most likely not...
When I say "no connectivity", I mean a) "https://test-ipv6.com/" tells me No IPv6 address detected and b) Windows "status" on the network adapter says IPV6 Connectivity: No Internet access
I had assumed some small oversight, possibly 88U-specific, but when the 2nd BETA didn't restore ipv6, I thought I might check in here - and yes, I did searches, but as mentioned above, I didn't really see this issue addressed in quite the way I expected.
Agree.....I have any Asus router set to “both”, for connection type.
Never had a problem - so far.....
The issue is specific to the RT-AX88U, and the fix has been posted a couple of times already. Check this thread for a user script to work around the issue. The fix will have to come from Asus with a future release, it's too intricate for me to extract it from the other models, and Ihave no way of testing it.
I don't know, it's been randomly happening to some people for months now on the RT-AC86U, and I have never been able to reproduce it.
Put this in /jffs/scripts/services-start.
Code:cru a restart_httpd "0 */6 * * * /sbin/service restart_httpd"
Sorry, but I never have a problem with HTTP://...... But I have had several problems with Microsoft Edge. Chrome and Firefox are always OK.
The issue is specific to the RT-AX88U, and the fix has been posted a couple of times already. Check this thread for a user script to work around the issue. The fix will have to come from Asus with a future release, it's too intricate for me to extract it from the other models, and Ihave no way of testing it.
ipv6_sysconf(wan_ifname, "accept_ra", ipv6_ifdev_ppp && nvram_get_int(ipv6_nvname("ipv6_accept_ra")) ? 1 : 0);
ipv6_sysconf(wan_ifname, "accept_ra", ipv6_ifdev_ppp ? nvram_get_int(ipv6_nvname("ipv6_accept_ra")) : 1);
I initially had it at 4, then changed it to every 6 hours, sorry for the confusion, I had forgotten the change.Is that set to 4 hours, like you mentioned before? Any way to change the interval? Also, how exactly do you "put it" in that directory?
| | | | | | command to run #job_name# |
. . . . ....... day-of-week
. . . .......... month
. . ............. day-of-month
. ................ hour
................... minute ( * = every ... )
#!/bin/sh
cru a lights_off "0 22 * * * /jffs/scripts/ledsoff.sh"
cru a lights_on "0 7 * * * /jffs/scripts/ledson.sh"
cru a restart_httpd "0 */6 * * * /sbin/service restart_httpd"
/jffs/scripts/ntpmerlin startup # ntpMerlin
/jffs/scripts/uiDivStats startup # uiDivStats
Only one line of code needs to be modified:
Yes, in the AC86u model the option is "Accept default route" specific to the ppp interface, internally modify /proc/sys/net/ipv6/conf/ppp0/accept_ra_defrtrAsus recently added an option to enable/disable router notification
Yes I understand that, hopefully asus solve that issue soon, which is not complicated as it soundsit's too late in the 384.11 development cycle now to implement such risky changes.
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!