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

    script to use AC86U's WakeOnLan

    WoL without specifying IP, its useful for small network environments (if ur unsure about subnet)
  2. JA93

    script to use AC86U's WakeOnLan

    Just change mac. Command: /jffs/scripts/WoL.sh #chmod +x #!/bin/bash # Define the MAC MAC_ADDRESS="00:00:00:00:00:00" # Send the WoL packet using ether-wake /usr/sbin/ether-wake -i br0 -b $MAC_ADDRESS # Check if WoL command was successful if [ $? -eq 0 ]; then echo "WoL packet sent...
  3. JA93

    Tutorial **Tailscale On Merlin**

    Since it "should" be included by default I guess entwate was broken.. glad you could make it work!
  4. JA93

    Tutorial **Tailscale On Merlin**

    My main router runs opnsense NUC8i7BEH, im good :)
  5. JA93

    Tutorial **Tailscale On Merlin**

    RT-N18U 386.3_2
  6. JA93

    Tutorial **Tailscale On Merlin**

    Nope, that didn't work for me. You're always after me buddy, I better run away. If theres an "unsupported" part of SNB I'll write there instead just point the link.
  7. JA93

    Tutorial **Tailscale On Merlin**

    I did clean install(router reset) to see what was going on with people reporting Tailscale exits upon ssh disconnect. I installed entware(via amtm) and tailscale afterwards, but I had same issue with exiting. Installing ca-bundle didnt fix the thing but entware-opt did. And by that I mean that...
  8. JA93

    Tutorial **Tailscale On Merlin**

    @Aiadi @jksmurf @kuki68ster Okay I found what was the issue. Follow my steps: opkg update opkg install entware-opt opkg status entware-opt #confirm its installed opkg install ca-bundle opkg install tailscale (or version you downloaded) /opt/etc/init.d/S06tailscaled start tailscale up #authorize...
  9. JA93

    Tutorial **Tailscale On Merlin**

    Yeah, after you setup everything you only need to run tailscale up or down afterwards After opkg install tailscale_nohf I need to start manually S06tailscaled otherwise I cant execute tailscale up, same goes for my own updated version. I'm not sure if entware dropped support for armv7sf-k2.6...
  10. JA93

    Tailscale as an Addon: Polite request for a Coder to implement

    I tried to add tailscale to router gui but command doesnt work... (pressing button does nothing) Install Script: Tailscale.asp:
  11. JA93

    Tutorial **Tailscale On Merlin**

    You can safely run tailscale up --xxx --advertise-routes=xxx (at least not generating new link for me) but if you do not include all flags you run the last time example: tailscale up --accept-routes --advertise-routes=192.168.50.0/24 --advertise-exit-node next time you run tailscale up...
  12. JA93

    Tutorial **Tailscale On Merlin**

    Did you try nohf? I compiled that yday just for you bois. https://github.com/bobanilic/MerlinScale/releases/download/1.64.0/tailscale_nohf_1.64.0_aarch64-3.10.ipk
  13. JA93

    Tutorial **Tailscale On Merlin**

    Here's tutorial
  14. JA93

    Tutorial **Tailscale On Merlin**

    For my router arch tailscale version is 1.46 and for myself I updated to latest stable. I had good will and updated for the rest arch, however some people still have issue setting it up. This is my pure good will of sharing, not a necessity.
  15. JA93

    Tutorial **Tailscale On Merlin**

    I compiled nohf (no hardware floating-point) for aarch64, you can test and give feedback: https://github.com/bobanilic/MerlinScale/releases/download/1.64.0/tailscale_nohf_1.64.0_aarch64-3.10.ipk After installing update permissions: chmod 755 /opt/bin/tailscale chmod 755 /opt/bin/tailscaled PS...
  16. JA93

    Tutorial **Tailscale On Merlin**

    Okay I'll take a look as soon as I can. I assumed that Entware package of Tailscale for aarch64 worked out of box...
  17. JA93

    Tutorial **Tailscale On Merlin**

    @Aiadi @jksmurf These are mine, and auto-start work after reboot. Also, make sure you downloaded correct architecture according to your Router model. Check your arch: opkg print-architecture In case you want to start clean, you can always reformat USB and install fresh Entware and rest or even...
  18. JA93

    Tutorial **Tailscale On Merlin**

    "tailscale up --accept-routes --advertise-routes=192.168.9.0/24" - don't forget that u need to approve routes in your tailscale dashboard, have u done that? @jksmurf "I am totally stuck here with this error: line 10: can't open '/opt/etc/init.d/rc.func'" - can you share the process or ss? @Aiadi...
  19. JA93

    Tutorial **Tailscale On Merlin**

    Actually I just checked it, it auto-starts out of the box. You just need to start it the first time ./S06tailscaled
Top