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

    Release ASUS RT-AX88U Firmware version 3.0.0.4.388.20499 (2022/08/25)

    you can set up WG manually - https://www.snbforums.com/threads/experimental-wireguard-for-hnd-platform-4-1-x-kernels.46164/ or with WG manager - https://github.com/MartineauUK/wireguard/blob/main/README.md#wireguard both methods are working with Merlin CFW, not quiet sure that you will be able...
  2. adv3

    Release ASUS RT-AX88U Firmware version 3.0.0.4.388.20499 (2022/08/25)

    it was a very bad idea to share private keys and all other settings
  3. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    I've added them by sudo dpkg --add-architecture i386 at the beginning, but it only seems to work halfway
  4. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    yes, I'm. without toolchain it wouldn't go further. several times I've started from the beginning. will try AMD64 version
  5. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    the thing is that I'm using the ARM64 version of Ubuntu. tested both 20.04 and 22.04. it seems I need AMD64, and run my VM on Windows laptop
  6. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    manual configuration is not working for me, unfortunately. trying to use amcfwm (thanks to @Adamm !), but getting the error above Ubuntu 22.04 arm64 - VM is on Mac M1. @RMerlin can it be the reason of these failures?
  7. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    thanks! wiki is pretty outdated. after a lot of additional installations I got next error: Untarring xz-5.0.3 source... XZ Utils 5.0.3 System type: checking build system type... build-aux/config.guess: unable to guess system type This script, last modified 2009-11-20, has failed to...
  8. adv3

    Release ASUS RT-AX88U Firmware version 3.0.0.4.388.20499 (2022/08/25)

    no rush, really, it was just a question, I'm just curious
  9. adv3

    Release ASUS RT-AX88U Firmware version 3.0.0.4.388.20499 (2022/08/25)

    Is WG client working? from gui? @RMerlin it seems WG is out of beta (from Asus, I mean). I believe it's ok to wait it in your next release?
  10. adv3

    Cannot build from src-rt-5.02axhnd RT-AX88U (master branch)

    after merging 386.8 cannot build from the source: make RT-AX88U .... .... make -C /home/env/asuswrt-merlin.ng/release/src-rt-5.02axhnd/kernel/linux-4.1 oldnoconfig && \ true && \ touch prek; make[4]: Entering directory '/home/env/asuswrt-merlin.ng/release/src-rt-5.02axhnd/kernel/linux-4.1'...
  11. adv3

    Intermittent loss of Wi-Fi since upgrading to 386.7

    386.5_2 I just so tired of losing 5GHz network on my Mac so often that I came here to create a thread for this. TS was quicker. So it seems that a full wipe and clean install might solve the issue. need to try
  12. adv3

    Transmission...for Asuswrt/Merlin

    did anyone try to push Transmission traffic via WireGuard, installed on router? I believe the only difference will be IP binding and additional rule in iptables, no?
  13. adv3

    [Solved] High RAM usage RT-AX88U, question.

    @ColinTaylor yeah, I understand. sorry for offtopic. thanks for clarifying regarding USB drive, but anyway I don't have any dlna or any other media server installed on this..
  14. adv3

    [Solved] High RAM usage RT-AX88U, question.

    Same issue here. 384.18 it was 90%+ memory usage in last few weeks, found this thread, rebooted, now it's 46% in use (48% after 18 mins after reboot), htop in attachment, top is below. it's pretty strange. there were no such issues with memory leaks on previous FWs, and there were no such...
  15. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    in last 10 days I got tons of errors, read tons of openwrt articles, solved a lot of issues, but for now there is no result. I'm not a developer and not so good in linux as most of devs here, unfortunately. since I got a lot of errors during AX88U compile to get the kernel and a failure in the...
  16. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    @Odkrys since there is no 'personal messages' option here - how I can contact you? I'm not a Linux engineer or developer, only the DevOps :) I've a couple of questions ^^
  17. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    @RMerlin this part of Odkrys's makefile reference to AC-86U # Wireguard's makefile needs this to know where to build the kernel module export LINUX_DIR:=/krys/asuswrt-merlin.ng_build/release/src-rt-5.02hnd/kernel/linux-4.1 I'm going to build ipk for AX88 based on your ax branch. Could you...
  18. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    It's that the makefile for ax88? where did you compile it? what dependencies?
  19. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    More recent module has been release recently. how did you get specific ipk for ax88? is there any difference with ac86 file? how did you compile it? from here? are there any instructions for this? Since it's the experimental feature and you're not the wireguard maintainer all these questions...
  20. adv3

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    yeah, lease time is set to 3600 - 1 day. Does it make sense to increase it? ip rule del prio 11111 2>/dev/null ip rule add from 192.168.50.0/24 lookup 117 prio 11111 did you add the whole subnet to the script? I already have such rules for my 3 ips that are using wg: ip rule del prio 11111...
Top