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

Recent content by ccleeland

  1. C

    How to switch secondary WAN to Hot-Standby?

    For various reasons I have multiple phones with mobile hotspot plans and fairly large monthly data allocations. I semi-tested with one of those phones tethered via USB, but I wouldn't call it a full validation--more of a "I wonder if it'll actually work?". Once I decide which of my broadband...
  2. C

    How to switch secondary WAN to Hot-Standby?

    @Tech9 in your experience, is the feature more reliable with a USB-based secondary? I actually did experience a genuine service outage and it failed over, but the failback is definitely not reliable. This was for hookups via ethernet, though.
  3. C

    How to switch secondary WAN to Hot-Standby?

    Seems that the feature almost works correctly, but almost isn't good enough.
  4. C

    How to switch secondary WAN to Hot-Standby?

    Is a correct interpretation of this that 'Dual WAN w/failover/fallback" is not reliable? I've never had the occasion to use it until the last month, when I signed up for ATT Fiber but still have Charter/Spectrum running to ensure I like ATT. Spectrum is set up as the secondary. It definitely...
  5. C

    ASUS RT-AXU88 Pro Install and Setup Questions

    So the advice is really "be aware that the features in the two firmwares aren't identical, so understand what you want and need before moving to merlin."
  6. C

    ASUS RT-AXU88 Pro Install and Setup Questions

    Could you give some a brief summary of the rationale for the advice of steering clear of merlin firmware on this device?
  7. C

    RT-AX88U 386.3_2 goes about 3-4 weeks before RAM fills up.

    Were there more than 100 lines in it? That technique will work with a standard linux/unix syslog because that code does an `fseek` to end-of-file before every write, thus it properly detects file truncation (or shortening). If the logger that's used inside merlin doesn't use that practice and...
  8. C

    Accessing upstream modem/router mgmt through merlin?

    I'm not sure why I thought this wouldn't work, but y'all are correct. It didn't work for *me* because at the time, my laptop was connected into the office via VPN, and VPN grabs all traffic not on the same subnet as my local address. The phone app doesn't find the TMO router b/c it uses some...
  9. C

    RT-AX88U 386.3_2 goes about 3-4 weeks before RAM fills up.

    That script will fail at some point when the content of however many lines overruns the maximum command buffer size for `/bin/sh` as part of the `echo $(tail ...)` Safest is to do something like: tmpfilename="/tmp/mktemp.$$" tail -n $LINES $LOGFILE > $tmpfilename cat $tmpfilename > $LOGFILE rm...
  10. C

    Accessing upstream modem/router mgmt through merlin?

    is there a feature in merlin either directly or as an add-on that would permit me to access the web-based mgmt portal of an upstream device? I'm trying out a T-Mobile Home Internet Gateway to see if it can replace my hard line. The jury is still out on the raw service for me because they're...
Back
Top