Recent content by Siouxsie

  • 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. Siouxsie

    RT-AX58U Wireguard under Merlin

    Too bad, but hopefully this thread can be enlightening to someone else. I did finally try to step through the commands of wg-up one by one manually, and noticed that while ip link add dev wg0 type wireguard wg setconf wg0 /opt/etc/wireguard/15charactername.conf both seemed to work, a...
  2. Siouxsie

    RT-AX58U Wireguard under Merlin

    So, with one LocalIP (without CIDR prefix), and one DNS server, I did not get the "??? prefix" error, but the router still rebooted with a crashlog: Nov 7 16:38:19 admin: Starting WireGuard service. May 5 07:05:08 kernel: klogd started: BusyBox v1.25.1 (2020-08-14 15:19:16 EDT) May 5 07:05:08...
  3. Siouxsie

    RT-AX58U Wireguard under Merlin

    So I should put a single LocalIP (without CIDR prefix) and use a DNS over TLS like Quad9 instead of the DNS specified by my VPN provider? Is there a specific reason I shouldn't use my VPN provider's DNS list? Couldn't I add it manually (as separate entries) in /tmp/resolv.dnsmasq and let...
  4. Siouxsie

    RT-AX58U Wireguard under Merlin

    Do we at least know whether comma separated IP addresses are supported for ip address add dev wg0 $LocalIP and server=$wgdns in resolv.dnsmasq? The wireguard .conf file supports that under [Interface], but if the places where $LocalIP and $wgdns from S50wireguard are used do not, I'm not...
  5. Siouxsie

    RT-AX58U Wireguard under Merlin

    Well, it got a bit further! I did opkg remove wireguard-kernel followed by opkg install for your new .ipk, which seemed to work fine. On /opt/etc/init.d/S50wireguard start this time, I got Error: ??? prefix is expected rather than "(IPv4,IPv6)". immediately, so it didn't run into the unknown...
  6. Siouxsie

    RT-AX58U Wireguard under Merlin

    Sure, I'm reading up on neon in the meantime. I was going to try and confirm the CONFIG_NEON flag, do you know where/how I can read the used configurations in my running Merlin installation? Edit: Never mind, I found /proc/config.gz and confirmed that CONFIG_NEON=y
  7. Siouxsie

    RT-AX58U Wireguard under Merlin

  8. Siouxsie

    RT-AX58U Wireguard under Merlin

    I did dmesg | tail and saw the following, in case that is of interest: wireguard: Unknown symbol kernel_neon_begin (err 0) wireguard: Unknown symbol kernel_neon_end (err 0) The same messages were triggered by each of the three additional .ko-files. insmod /opt/lib/modules/wireguard-[version].ko...
  9. Siouxsie

    RT-AX58U Wireguard under Merlin

    @heysoundude That does look interesting, and I might look into it further down the line, thanks for the tip! @Odkrys Thanks for the .ipks, they installed fine, and I think I followed the configuration instructions properly, but I might have missed something. When running S50wireguard start I...
  10. Siouxsie

    RT-AX58U Wireguard under Merlin

    Odkrys' thread about Wireguard is older than six months, so I can't ask this question there, otherwise I would. The thread mainly concerns RT-AC86U and RT-AX88U but they recently added RT-AX58U (armv7l, 4.1.52) files to the first post, which I would be willing to test. I'm not quite sure how to...
Top