Search results

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

  1. S

    Cloudflare ddns-start script

    Also note that if the script reports a failure getting the record ID for IPv6, it might be because you haven't set an AAAA record in the first place—I fixed it by manually adding one for the first time to my Cloudflare zone, and after that the script worked fine. (Presumably, the same would be...
  2. S

    Cloudflare ddns-start script

    Thanks so much for this! I use scoped Cloudflare API tokens instead of a global API key, and made some small modifications to your script to account for that: (confirmed working) #!/bin/sh # Cloudflare API credentials and domain details CLOUDFLARE_TOKEN="api-token"...
  3. S

    Tutorial Installing Caddy reverse proxy

    I edited the top-level post with updated instructions given current versions of Caddy, Go, and so on.
  4. S

    RT-AX86U stuck in boot loop even after recovery

    The “lesson to future generations” here is: - The power required for recovery mode and normal operation seems to be different. A bad AC adapter may be able to handle the former but not the latter. - If you can successfully flash new firmware (through either tftp or the web interface) then it’s...
  5. S

    RT-AX86U stuck in boot loop even after recovery

    WELP, it was the power brick!! Thanks for the encouragement to keep trying. Funny how easily things flip from being pissed at ASUS to impressed they made a router that can survive a failing adapter and a couple dozen reflashes of varying quality. Now to reverse my over-eager teardown and get...
  6. S

    RT-AX86U stuck in boot loop even after recovery

    Good call; I got it used in box, but it’s possible it’s not the stock adapter. I did try it with a different brick, but I had to use some plug adapters for it to fit, which puts a kink in my confidence level that I’ve truly ruled the power source out.
  7. S

    RT-AX86U stuck in boot loop even after recovery

    I’ve seen a bunch of posts on that related to the AC86U, but couldn’t dig up any schematics info / voltage regulator IC posts about the AX86U. Do the symptoms I mentioned specifically suggest that chip? I have nothing to lose, so before I post it on eBay for parts am willing to make it a...
  8. S

    RT-AX86U stuck in boot loop even after recovery

    Now that I look at it closer, the power brick light isn’t flashing, it’s *rapidly dimming* and then what looks like quickly restarting itself. It stays solid blue when not connected to the router. This seems to further indicate an electrical issue—some component overheating. I also found a...
  9. S

    RT-AX86U stuck in boot loop even after recovery

    Thanks for the advice y’all—the plot thickens. When I tried to do the hard reset this morning, the router had progressed to not turning on *at all*. That’s when I noticed that the blue light on the power brick (not the router, the power brick) was flashing on and off. I suspect this to either...
  10. S

    RT-AX86U stuck in boot loop even after recovery

    Not sure if context is related, but shortly after making some changes (swapped out modem, switched to using 2.5G WAN port, changed some DNS settings) my AX86U completely bit the dust. It had been running rock-solid on Merlin with a ton of scripts and apps for a year prior. Things I tried, in...
  11. S

    Tutorial Installing Caddy reverse proxy

    Just a little update, since I keep referring to my own forum post whenever I need to do something with Caddy 😅 If you've already installed Caddy and you just want to add a module or update to the latest version, then at the time of writing these are the necessary steps (at least for my...
  12. S

    Cloudflared Tunnel in RT-AC68U

    NOTE: While the above instructions *do* work, I've had issues with the cloudflared daemon staying up. I'm open to suggestions on improving upon my instructions, but in the meantime proceed with caution while I figure out an updated solution.
  13. S

    Cloudflared Tunnel in RT-AC68U

    Hi! Brighter minds than mine might have corrections, but I modified the instructions from your link and they worked for me on my RT-AX86U. Prerequisites: - I'm assuming you already have an entware partition set up - Create the tunnel on Cloudflare and grab your token from the setup instructions...
  14. S

    Solved DNS resolution works for devices, but not router itself?

    Appreciate it! I'll dig further into how it works, and definitely keep it running.
  15. S

    Solved DNS resolution works for devices, but not router itself?

    Makes sense. I disabled it awhile ago while trying to debug a service hosting issue, and forgot to re-enable it, then kept it off while I was sorting out the DNS thing. It's re-enabled now. That said, its operation is a little opaque to me, considering I haven't configured it besides flipping...
  16. S

    Solved DNS resolution works for devices, but not router itself?

    You happened to reply right between me editing the thread label and me editing the post with an explanation.
  17. S

    Solved DNS resolution works for devices, but not router itself?

    Thanks for the suggestion! I was looking for a way to observe DNS traffic, so that's super helpful. As it happens, I figured it out (details in edited post). I was using CIDR filtering on AdGuardHome to restrict queries to LAN devices, and neglected to add 127.0.0.1. Big noob moment.
  18. S

    Solved DNS resolution works for devices, but not router itself?

    Latest stable—388.2_2. And yes, I turned the firewall off. Was that "really" an "are you sure you did?" or an "I can't believe you did"?
  19. S

    Solved DNS resolution works for devices, but not router itself?

    EDIT: Solved! I was using CIDR filtering in AdGuardHome, and set it so the only clients allowed to submit requests were: 10.0.0.0/24 # LAN subnet 10.6.0.0/24 # WireGuard subnet ...Trouble is, dnsmasq uses 127.0.0.1, so that effectively prevented the router itself from being able to make DNS...
  20. S

    Tutorial Installing Caddy reverse proxy

    July 14, 2024: Edited this post to reflect working instructions for current version of caddy (2.8.4). Hi there! This is my first post, and SNB has been massively helpful in my decision to get an ASUS router (AX86U) as well as integrating it into my home network. I know that nginx is available...
Top