Recent content by bg604

  1. B

    GT-AX11000 keeps crashing after every few days (WiFi so it seems), and need to hard-reboot to get it working again

    I had the same router, same issue as you. I created a script for the router to automatically reboot. https://www.snbforums.com/threads/automatically-reboot-asus-router-on-network-failures.93503/ I ended up getting a new BE98Pro and retired the AX11000... I think it's a common issue.
  2. B

    [Announcement] Removal of AiCloud from Asuswrt-Merlin

    Yea nuke it. Synology File Station or Wireguard are probably better.
  3. B

    Router keeps generating its own certificate despite having Let's Encrypt after 3006.102.5 update

    I have the BE98 Pro. Switching Traffic Analyzer to On, then rebooting, then turning it Off, and rebooting works. Not sure why, but the invalid certificate goes away.
  4. B

    Release Asuswrt-Merlin 3004.388.10 is now available

    I have the BE98 Pro, when I go to the WAN DNS entry. Under Fast DNS, Google is only listed. When I manually assign CloudFlare 1111 and 1001, it picks it up and lists it as: Filter Mode: Fast DNS Service Name: Cloudflare DNS Server: 1.1.1.1, 1.0.0.1 In other words, CloudFlare is missing from...
  5. B

    Beta Asuswrt-Merlin 3004.388.10 Beta is now available

    I get this "error" on my ax11000 when I try to upgrade, what can I do to fix besides factory resetting the router ubi1: available PEBs: 0, total reserved PEBs: 64
  6. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    @Net Noob try this: 1. Variable interface name (dynamic) Hardcoded "wgs1_enable" (not dynamic) ENABLED=$(nvram get wgs1_enable) to ENABLED=$(nvram get "${IF}_enable") 2. Incorrect NVRAM Check (s/b 1 or 0) Checking for value "2" if [ -z "$2" ] || [ -z "$ENABLED" ] || [ "$ENABLED" -ne "2" ] ...
  7. B

    Losing internet every 10 days or so with Telus ISP and RT-AX86U (Merlin 3004.388.8_4)

    I was having the same issues with Shaw (now Rogers). My cable modem (Ignite WiFi Gateway Gen 3 modem XB8) in bridge mode and I would get random disconnects from the internet, nothing wrong with the cable modem. Just the router would lose the connection. I created a script to fix the error
  8. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    okay good... i've setup a TAG variable with logger Before: After:
  9. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    I've updated the script write to the system log in the Asus GUI using logger
  10. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    Okay thanks... I've made those changes. I was wondering why it would disappear in crontab -e after a reboot. Thanks!
  11. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    and it works! once the router rebooted it reconnected to my ISP modem and WiFi/Internet was up again here is the log details bg604@GT-AX11000:/tmp/home/root# cat /jffs/ping_reboot.log Ping to 8.8.8.8 failed (attempt 1) at Tue Jan 7 18:50:13 PST 2025 Ping to 8.8.8.8 failed (attempt 2) at Tue...
  12. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    Thanks - I updated to a CODE block and added reboot
  13. B

    Tutorial Automatically Reboot Asus Router on Network Failures

    I wrote a script to automatically detect internet outages and reboot the router if needed, ensuring minimal downtime. It monitors internet connectivity by pinging multiple well-known IP addresses (Google DNS, Cloudflare, and Quad9) up to three times each. If any of the pings succeed, the script...
  14. B

    AiCloud on AiMesh router

    How can I access a USB drive attached to an AiMesh node via AiCloud? I can access the main router through AiCloud and FTP but not the node.
  15. B

    RT AC86U or RT AC5300

    I get that. I can get either router for $80 used. For the time being these will be sufficient. I'm planning on getting an AXE11000 when it gets a price cut. I think the AC5300 is better but not really sure.
Back
Top