Recent content by rung

  1. R

    Scheduled reboot drops Internet connection

    This is exactly what the above script does except you can do that automatically at boot.
  2. R

    102.7 Alpha Builds available

    Did you try resetting the node(s) (unpair/re-pair). It always seems to be required for my setup on recent versions.
  3. R

    Scheduled reboot drops Internet connection

    You could try changing the setting of "DHCP query frequency" in the WAN section. I had a similar issue a while back but newer firmware versions eventually fixed it. If that doesn't work (and it didn't for me), you can try forcing a recycle the WAN connection at startup with the following...
  4. R

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

    No problem autoupdating here either. Note I did need to force stop the Tailscale service manually again and let Tailmon auto restart it ("t" option in the config menu):/opt/etc/init.d/S06tailscaled stop Not sure why my setup is different from everyone else's. Rung
  5. R

    Plex Playback (wifi) issues/question

    Items to try: fixed channels on wifi (both 2.4 and 5 since the mesh node connects via both). Choose a non dfs channel for 5gz and limit bandwidth to less than 160. Finally try disabling universal beam forming.
  6. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    Lol. Happy New Year to you as well!!
  7. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    Try this to see if it works for you. First create this test script called doubleknock.sh in /jffs/scripts/: #!/bin/sh logger -t "doubleknock.sh" "Sensitive command executed by double knock" Make it executable:chmod 755 /jffs/scripts/doubleknock.sh Add this to your /jffs/addons/knock.d/knock.cfg...
  8. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    Knock.sh updated to version 1.2! Update includes a new built-in "double knock" functionality for sensitive commands (partially addressing @Reef2009 's request). If the configuration line has two port numbers listed (separated by a comma), the command will only be executed if a knock is received...
  9. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    The interface that triggers the command is one of the configuration parameters for each command you set up: Interface Description br0Main LAN ethXWAN (# depends on model and config) wgs1Wireguard VPN Server #1 loLoopback (used by Tailscale server) For each command, multiple...
  10. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    This is the type of "double knock" I was talking about: Executable script #1 knock1.sh in /jffs/scripts/ folder: #!/bin/sh #Wait for knock2.sh to appear before executing cmd='logger -t knock1.sh Executed command in forked process. PID $$' logger -t "knock1.sh" "Waiting 30 seconds to check for...
  11. R

    knock v1.2 (Updated 31DEC2025) - router commands for non-admin users

    Thanks. Not my idea, but I tried to make it easy to implement. No. The behavior of the firewall is not changed - it just logs the knock and the script detects the log entry and acts. Because the default behavior of the browser is to retransmit, I put a 10 second delay after each trigger to...
  12. R

    ASUS AX88U causes problems for others using internet if one device continuously do a 100G file txr

    It's just a crazy idea and was hoping for someone to shoot it down. I wouldn't recommend subscribing to a VPN service like NordVPN just to try it out. You can search VPN client discussions on this board to learn more. Usual protocols are either OpenVPN or Wireguard, depending which the provider...
  13. R

    ASUS AX88U causes problems for others using internet if one device continuously do a 100G file txr

    Here's a crazy suggestion, that will probably get laughed at here. Maybe try a VPN service and use VPN Director for that one user to use it exclusively. This could solve the isp throttle problem (they won't know what the data is, so no special rules) and it becomes the VPN provider's problem to...
Back
Top