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

  1. R

    TAILMON TAILMON v1.3.0 -Aug 24, 2025- WireGuard-based Tailscale Installer, Configurator and Monitor (Available in AMTM!)

    Viktor, Wanted to say thank you again for the autoupdate feature of the Tailscale binary. Five updates in less than a week? What's going on over there at Tailscale headquarters? Rung
  2. R

    BACKUPMON BACKUPMON v1.9.1 -Oct 28, 2025- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Available in AMTM!)

    FYI - just to be safe, I "rolled my own" version of this a while back in Excel. Not sure if (or whether) I can share macro-enabled Excel file, but here are the pieces. The main sheet is shown here (formulas shown): And the macro that runs when the button is pushed is here: Sub...
  3. R

    Release Asuswrt-Merlin 3004.388.10 is now available

    Okay, updated my main router password to meet the new password requirements and tried again to update the node. Followed the recommended steps: update firmware, disconnect node, reconnect node, reconfigure mesh related parameters on main router (GNP sharing and client binding for me). So far...
  4. R

    TAILMON TAILMON v1.3.0 -Aug 24, 2025- WireGuard-based Tailscale Installer, Configurator and Monitor (Available in AMTM!)

    Nice. Now you convinced me to never try to kernel mode. Lol. Userspace mode has been so reliable for me!
  5. R

    Release Asuswrt-Merlin 3004.388.10 is now available

    Tried and failed upgrade the node with the released version. Even with unpair, WPS reset, re-pair procedure. Clients were not happy. Reverted back to beta 2, and all working again. I'll monitor the thread to see if there are similar issues/suggestions or if (more likely) this is PEBKAC. I do...
  6. R

    Beta Asuswrt-Merlin 3004.388.10 Beta is now available

    From what I could tell, the GN1 on the 3004 branch used a virtual bridge similar to how the 3006 branch does it for guest network pro. Iptable rules tightly controls how the main network on br0 interacts with the guest bridges. Seems secure to me.
  7. R

    Beta Asuswrt-Merlin 3004.388.10 Beta is now available

    Updated firmware on the node and followed reset recommendations (removed and re-added the AiMesh node). Only caution for others, remember to add the node to your guest network pro band and rebind any desired clients. Done! No issues so far.
  8. R

    Wrong certificate when HTTPS only

    No issue here with either the "BOTH" or "HTTPS" setting. Both serve up my LetsEncrypt cert.
  9. R

    Solved GNP NVRAM setting question and Script advice

    I use this to make these variables human readable: nvram get vlan_rl | tr '<' '\n' | tr '>' '\t' You can use tricks with awk and grep to pick out the parts you are looking for.
  10. R

    Solved GNP NVRAM setting question and Script advice

    Not sure if this is correct, but I view the "<" as a next row indicator and the ">" as a next column indicator.
  11. R

    Solved GNP NVRAM setting question and Script advice

    Not sure if this is helpful, but when I needed the bridge identifier in a dnsmasq sdn post conf script, I used this kludge: BR=$(nvram get subnet_rl | tr '<' '\n' | awk -F'>' '{print $1 ":" $2}' | grep $SDN":" | awk -F':' '{print $2}') Where I had previously set the variable SDN to the second...
  12. R

    Adventures in ipv6 subnetting in SDN

    I wonder how passthrough mode handles /56 prefixes? Note you will need to change the parameters on 6relayd to add the gnp interfaces to try as described here: https://www.snbforums.com/threads/ipv6-on-gnp-using-passthrough.94787/
  13. R

    How to compile from source asus merlin.

    Can you share what you learned here?
  14. R

    TAILMON TAILMON v1.3.0 -Aug 24, 2025- WireGuard-based Tailscale Installer, Configurator and Monitor (Available in AMTM!)

    I tried again just now and it failed with a new error: "server misbehaving" referencing my isp dns address. So, as a shot in the dark, I enabled MagicDNS up in the web config area, tried a manual update, and it worked! I don't know what MagicDNS is, but I guess I need it.
  15. R

    TAILMON TAILMON v1.3.0 -Aug 24, 2025- WireGuard-based Tailscale Installer, Configurator and Monitor (Available in AMTM!)

    Had an autoupdate failure last night. Repeated from command line and got the following: [Downloading New Tailscale Binary v1.88.1] Updating Tailscale from 1.86.2 to 1.88.1; --yes given, continuing without prompts. Downloading "https://pkgs.tailscale.com/stable/tailscale_1.88.1_arm64.tgz"...
Back
Top