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

    Can't resolve hostnames for some TorGuard VPN Servers ~ maximum IP addresses reached issue?

    try to install dig from entware and check what does you dns server reply with: dig a us-la.torguard.com @dns.server.ip.address dig aaaa us-la.torguard.com @dns.server.ip.address old uclibc used in bcm arm models has limitation for max number of addresses in one reply, this can be why
  2. T

    [Beta] Asuswrt-Merlin 384.18 Beta / 384.13_9 is now available

    seems you're asking right question but to the wrong person. version numbers and newer/older deps questions should be asked directly to asus, I believe, 'coz they are upstream of that gpls, not @RMerlin.
  3. T

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    No problem, hope Fix ChaCha20 on 32-bit platforms patch will help.
  4. T

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    how can I reproduce it? mips cpu/router model, steps...?
  5. T

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    ouch, commits b21b8692eedcc3c217f894450de373623533565b and b21b8692eedcc3c217f894450de373623533565b were merged, right? new code affects not only the chacha-poly, but key exchange curve25519 and key algo ed25519 as well, can you confirm that disabling only the chacha-poly solves the issue?
  6. T

    RT-AC88U with Merlin Version:384.17 too slow LAN speeds

    running iperf3 on router itself involves router cpu to send/receive traffic by userpsace application. therefore it can be slower than just forwarding/routing the traffic from one host to another (with and without hw nat acceleration). 1G lan -> ac router -> intel 8265 will give ~670Mbps with...
  7. T

    RT-AX56U vs RT-AX58U vs RT-AX3000

    rt-ax56u: 2.4Ghz 2x2:2 5Ghz 2x2:2 @80Mhz, no 160Mhz support rt-ax58u: 2.4Ghz 2x2:2 5Ghz 2x4 @80Mhz and @160Mhz rt-ax3000 is another name of rt-ax58u rt-ax88u: 2.5Ghz 4x4:4 5Ghz 4x4:4 @160Mhz
  8. T

    Asus routers hardware acceleration

    to be precise, aes/sha hw kernel (ipsec) & userspace (openvpn, https, ssh, ...) acceleration supported by every models with ARMv8 CPU, incl.: RT-AC86U, RT-AC2900, GT-AC2900, GT-AC5300, RT-AX88U, RT-AX5300, RT-AX11000
  9. T

    [Release] Asuswrt-Merlin 384.14 (and 384.13_2) are now available

    try to keep asutomatic dns, should help I guess and doesn't break DoT
  10. T

    [Release] Asuswrt-Merlin 384.14 (and 384.13_2) are now available

    have you ipv6 dns servers automatic or static (empty)?
  11. T

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    try to remove "dhcp-script=/sbin/dhcpc_lease" from dnsmasq.conf, will it help? syslog and /opt/var/log/dnsmasq.log will give some light on this.
  12. T

    [Experimental] Asuswrt-Merlin 384.13 test - AiMesh/DNSSEC through OpenSSL

    Regarding https://rootcanary.org/test.html test behavior. Browser tries to resolve secure.dNaNnN.rootcanary.net & bogus.dNaNnN.rootcanary.net domains. After that, following happen: 1. If bogus.* was resolved - test concludes resolver doesn't validate answers (yellow) 2. If bogus.* was not...
  13. T

    wsdd2 from Entware collides with Asuswrt-Merlin 384.12

    Oh, such a hot thread :) wsdd2 has poorly written binding code, that's why it errors out. Just fixed in entware, will be available on next update, or on urgent need you can build it by yourself from entware git.
  14. T

    [Release] Asuswrt-Merlin 384.12 is now available

    good. fyi, that test saves nothing on PC, but resolved domains (incl. status) get cached for 1 minute by dnsmasq, that's why.
  15. T

    [Release] Asuswrt-Merlin 384.12 is now available

    yep, git merge master while you on mainline will do the trick. but only merge part. reconfiguring way should be visible from the changes, if not, well... I'd suggest not to try to use it at this highly experimental stage
  16. T

    [Release] Asuswrt-Merlin 384.12 is now available

    multiple reasons: 1. that changes are not merged into mainline branch 2. by default nettle still used, need to config_base 3. cloudflare validates dnssec on their end and doesn't support ed448 at least (striping rrsig)
  17. T

    [Release] Asuswrt-Merlin 384.12 is now available

    in short, from end-user point of view, ed448 algo is going to be supported, dsa & dsa-nsec3-sha1 - to be not validated as secure. not gonna work, dhcpv6's ntp option must be encapsulated and dnsmasq currently doesn't support it. try ti use following: echo...
  18. T

    [Beta] Asuswrt-Merlin 384.12 Beta is now available

    it's browser independent dns resolver on the router implementation (i.e dnsmasq). bad news, so much green will not be available, rsa-md5, dsa*-sha1 are deprecated, gost2001 is obseleted by gost2012 which is not standartized. for the rest there are good chances for the neares future. thanks...
Top