Recent content by tramchamploo

  • 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

    Compile Apache Traffic Server to AC68u

    I have very limited knowledge on Makefile, entware makes me confused. I'm trying to use crosstool-ng to build a custom toolchain that is compatible with ac68u which is very challenging.
  2. T

    Compile Apache Traffic Server to AC68u

    merlin toolchain has no support for C++17, and I don't know any other way to get a toolchain that works for ac68u
  3. T

    Release Asuswrt-Merlin 386.12 is now available for AC models

    Same issue here but haven't tried umounting. Uploading firmware through wan connection, maybe because of this? Model is ac68u
  4. T

    suppress_prefixlength in ip rule is not working

    ac68u linux 2.6. Also lack of wireguard support. Is a kernel update possible in a future release?
  5. T

    suppress_prefixlength in ip rule is not working

    ip rule add table main suppress_prefixlength 0 The command above is not working and adds a rule without suppress_prefixlength. ip rule not showing the suffix. This command is critical to implement custom routing if you want to reuse the old rules.
  6. T

    Release Asuswrt-Merlin 386.4 is now available

    Seems the new version of dnsmasq has poor support for long list of custom servers, previous version works fine. After upgrading, dnsmasq process uses a whole cpu and top suggest a very high load around 10. I checked the changelog for dnsmasq it indeed did something related and they claimed to...
  7. T

    RT-AC68U can't ping IPv6 but clients can?

    Your case is really weird. I tried to ping6 a local site and turned out fine. I have no access to google.com here because of some censorship reason here. We are likely experiencing different issues here. ip6tables on asus merlin have rather complicate ICMP chain, maybe check on that? Or just...
  8. T

    RT-AC68U can't ping IPv6 but clients can?

    I finally figured it out, it's a firewall issue. Run this: ip6tables -nvL INPUT --line-numbers And it shows that the default rule for incoming packets are dropped except the lan's. You can clearly see the count of dropped there. Manually add your custom rules does the work.
  9. T

    RT-AC68U can't ping IPv6 but clients can?

    Same problem here with 386.3_2
  10. T

    Compile Apache Traffic Server to AC68u

    So the question is where can I get that kind of toolchain supporting C++17?
  11. T

    Compile Apache Traffic Server to AC68u

    I have all libs mentioned in that link, and the toolchain I use is `gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 ` which is a cross compiler from X86_64 to ARM32.
  12. T

    Compile Apache Traffic Server to AC68u

    The latest version of ATS uses C++17, so ./configure CXX=arm-uclibc-g++ CC=arm-uclibc-gcc --prefix=/opt --host=arm-linux doesn't work, using am-toolchain. Then I downloaded official arm toolchain and compile with ./configure CXX="arm-none-eabi-g++ --specs=nosys.specs" CC="arm-none-eabi-gcc...
  13. T

    DNS-over-TLS break down after some period.

    Mine is about 2mb too. Also confirmed it's not related to the dnsmasq config, since I changed DOT server to quad9 and worked flawlessly.
  14. T

    DNS-over-TLS break down after some period.

    Model: AC68U Version: 384.13 I configure the router to use my own DOT server. The server was all good but maybe a little bit laggy. The ns lookup was fine at first but broke down after some period. And recovered after a service restart_dnsmasq. Also I'm using dnsmasq.conf.add to add some...
Top