Recent content by tdhite

  • 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. T

    Layer 3 or Layer 2 Isolation? Everyone giving up on Layer 2?

    Just a quick question. I've been considering a move to AX series, or going with my own SBC router I build from scratch. The difference in question is simple: I can go pure layer 3 isolation across devices or I can go with layer 2 (vlan) network isolation. AX series (as with most recent Asus...
  2. T

    Kernel Panic > RT-AC68U -- (multiple areas) . . . not good.

    Nope, declared victory too early . . . just panicked again. Back to the drawing board. This panic is different -- within wlc_bss_mac_rxframe_event. Here's a stack trace for those interested -- at this point I believe there is a potential spurious hardware failure bogus-ly generating an...
  3. T

    Kernel Panic > RT-AC68U -- (multiple areas) . . . not good.

    Thanks. One of two things was the culprit (the pity is I made two changes as opposed to one at a time . . . bad practice, but we all 'whiff' once in a while). 1) Reformatted JFFS. 2) Put in a post-mount script handler to move the conn_diag database onto USB. Issue is solved. Over time I'll...
  4. T

    Kernel Panic > RT-AC68U -- (multiple areas) . . . not good.

    Wondering if others are hitting JFFS2 module panics on nvram consolidation. Looked around but only saw a lack of space, but I have plenty (seemingly). Doesn't look like memory uncorrectable error or the like either. Trace below . . . thoughts welcome cuz this one has me mystified at the moment...
  5. T

    Guest vlan in AP mode

    Guess there's good life left in the old dawgs. Good to know, thanks.
  6. T

    Guest vlan in AP mode

    Vlans and trunking works well. Use robocfg to setup any scenario you want. I use multiple vlans for all sorts of reasons, including isolated guest networks. As long as your other devices also support your desired network setup, you can make it work. Here's a short example (I have a much more...
  7. T

    Custom Certificates Upload?

    looking further, pretty sure the modulus check is the issue. i'm using EC private keys and looks like only specifically matched RSA/RSA or DSA/DSA key/cert pairs are allowed. Can't be certain, sure looks like it. This begs for documentation and some observability to problems, imho. This is code...
  8. T

    Custom Certificates Upload?

    The exact issue is regardless of upload, autogenerated certs are forced. Because the key/cert pair are in /etc/key.pem and /etc/cert.pem (even if I manually place with appropriate script), httpd forces regeneration. So the likelihood is one of: 1) certs are not in a pem form the system can...
  9. T

    Custom Certificates Upload?

    Finally scoured sources -- seems mssl_cert_key_match is surely failing. Alas, no way to know without a fresh build of entire ROM due to stub-out of logging in mssl.c: @RMerlin -- happy to PR a reasonably efficient debug print; this is a low frequency function set (i.e., mssl_* functions should...
  10. T

    Custom Certificates Upload?

    RT-AC68R on 386.1_2
  11. T

    Custom Certificates Upload?

    Searched extensively for info on cert uploads. Admittedly not scoured the code quite yet, but also I'm not able to get upload certs to work. Unit is RT68U, generally works well. With that said, anyone have success on custom certificates upload? I have a particular need, so (at least for the...
  12. T

    Beta Asuswrt-Merlin 386.1 Beta (stage 2) is now available

    Frankly it's as large as JFFS or your USB drive if you point at that for the address management. For example, you can manage the addresses in /jffs/configs/dnsmasq.conf.add directly or elsewhere. For example, in /jffs/configs/dnsmasq.conf.add, add something like...
  13. T

    Beta Asuswrt-Merlin 386.1 Beta (stage 2) is now available

    Upgraded RT-AC68U b4 to b5 (and before, all betas in order from 384.19). Have yet to reset or rebuild jffs on my router for many years, rarely would other than for alpha or personal test builds (which I've not run to date). I post this to maybe help some understand a bit about how to tell when...
  14. T

    CPU Multitasking?

    Some additional considerations: CPU utilization is a kernel scheduler (cpufreq) game -- normally scheduler tweaks are within the tree at /sys/devices/system/cpu -- not published by the kernel on my router (I'm considering adding some tweaks to the schedulers, haven't setup a build VM yet)...
  15. T

    Beta Asuswrt-Merlin 386.1 Beta (stage 2) is now available

    I hear you -- like I said, hoping, but just noting. With that said -- you might take a look at: http://www.snbforums.com/threads/rt-ax58u-crashes-on-386-1-beta-4.69240/post-651324 -- if your reduction to 'minimal setup' works, I'd be very interested in the non-minimal setup. Asus stuck certain...
Top