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. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    I use these command line options: --advertise-exit-node --advertise-routes=192.168.1.0/24
  2. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    In case anyone wants to add this (or if Viktor wants to add), here are the simple changes I made to the script: --- tailmon_orig.sh +++ tailmon_new.sh @@ -1750,6 +1753,19 @@ printf "behavior continues to persist.\n" printf "\n" } > "$tmpEMailBodyFile" + +# Rung: added...
  3. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Fyi, not sure if many people would want this, but I am the kind of person that goes after corner cases. So I updated my version of the script to have a new switch to just send an email and exit. Why? So I can call the script from services-start to send an email that says "hey, we are rebooting...
  4. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    WARNING: Router Has Unexpectedly Restarted I want again to thank you again for this really cool email feature of this script. It's so very helpful!
  5. R

    Can Files be uploaded to RP-AX58

    Here's a shell script I have used when scp was not available: ~ $ cat scp_to.sh #!/bin/sh tar cz $* | ssh <admin name>@192.168.1.1 'tar xvz'
  6. R

    ASUS RT-AX58 - Firmware version 3.0.0.4.388.24762

    I've since up upgraded my router but I do plan to use this one as a mesh node eventually. But I've read here that 802.11ax and higher modulation schemes require more signal to noise. You may want to fiddle with these settings to see if it helps in your situation.
  7. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Okay. I have it working after lots of fiddling: 1) Made the router an exit node 2) Approved exit node on the control panel 3) Added the router ip as a dns server on control panel 4) Check off "override local dns" on control panel Not sure why all that was needed but perhaps the ui needs acces...
  8. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    I think my configuration matches what you said should work. What other variables should I check? Using Android tailscale client. Everything is updated to latest version I believe. Note it appears ssh works but not web access. Very strange. Thanks, Rung
  9. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Reboot notification works great: WARNING: TAILMON has detected that the router may have rebooted or was restarted. TAILMON. has reset the service, and reestablished a connection to your Tailnet. Please investigate if this behavior continues to persist. Btw, does anyone know how to (re?)enable...
  10. R

    BACKUPMON BACKUPMON v1.8.20 -Oct 12, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Thread Closed!)

    You probably already have this in your script, but I found that I needed the following in my services-start script on my AX86 Pro to get Win 10 shares to work: #!/bin/sh /sbin/modprobe md4
  11. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Hi Viktor, I have email notifications on for Success and Failure. I was expecting an email after a reboot and a successful rejoining the tailscale network but didn't get one. Is this the expected behavior? If so, can it be updated to do this? The email would be a great help knowing the router...
  12. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    First of all - thank you! This is a great tool. Feedback on a fresh install on a RT-AX86U PRO. From TAILMON, the Entware install of tailsale would fail because it could not find "tailscale_nohf" (not sure why it thought my router was "old"). I then manually installed tailscale at the command...
  13. R

    ASUS RT-AX58 - Firmware version 3.0.0.4.388.24762

    My 2.4 GHz works great. Differences from your settings: General tab: -------------- Disable 11b is checked Target Wake Time: Disable Channel bandwidth: 20 Mhz Control Channel: 9 Extension Channel: ? Protected Management Frames: Capable Professional tab: ------------------ universal...
  14. R

    DDNS Update frequency increase for Asus DDNS

    Not sure if this will help you: https://www.snbforums.com/threads/ddns-ax86u-pro-inadyn-isnt-called-after-wan-ip-change.89722/post-905005
  15. R

    ASUS RT-AX58 - Firmware version 3.0.0.4.388.24762

    Yes, on one client. It looks like on mine the long name from the previous device decided to roll over onto the garbled looking device name.
  16. R

    Auto Wake On Lan?

    Thanks. So that difference is that with -b, all clients will receive a magic packet but they are suppose to ignore it unless their mac matches what is in the payload? Sounds like one should only use -b if it doesn't work without it.
  17. R

    Auto Wake On Lan?

    Okay, I'm confused again. I thought the -b broadcasted to all, not just one MAC. What happens if there is no -b?
  18. R

    script to use AC86U's WakeOnLan

    I wasn't clear. As I posted above, I use exact the same ether-wake command with MAC but without -b. No issues.
  19. R

    script to use AC86U's WakeOnLan

    Interesting, mine works without the -b (broadcast). I wonder what the difference is?
Top