Recent content by Colanta

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

    [Dev] Documentation for building the firmware under WSL2

    I'm probably doing something wrong with my wsl2 ubuntu 20, as i'm getting the following error trying to compile master: /opt/toolchains/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25/usr/bin/arm-buildroot-linux-gnueabi-gcc -shared .libs/bitmath.o .libs/bitreader.o .libs/bitwriter.o...
  2. C

    Dual WAN latency based Failover

    I've found what i guess is the code responsible for checking the dual wan connectivity by ping, i've done a small (dirty) patch just to try on the next node failure: int do_ping_detect(int wan_unit, const char *target) { FILE *fp; char cmd[512]; int count, ret = -1, validLatency; float...
  3. C

    Dual WAN latency based Failover

    Hello, Currently i have a problem with my main isp (300/10), where its connection node on my town, while working (0.2/10), gives an insane high latency (300ms+) to Google DNS Server, pretty away from the normal (20ms). I'm looking to add a parameter to the falldown configuration, to be ping...
  4. C

    AC68U Stuck with old Wan Speed on Router Mode

    Hello, Just to clear it up, i Just finally found the problem after doing a speed test from another device. I've buy a new modem and upgrade my conection again with the same issue, but then i did a speed test from my phone and there was the full speed, the problem was not the ISP nor the...
  5. C

    AC68U Stuck with old Wan Speed on Router Mode

    Still nothing, I guess i will wait for the setting to clear itself or buy a replacement for the router and put this one in mesh mode :(
  6. C

    AC68U Stuck with old Wan Speed on Router Mode

    Still not luck, i cloned the pc mac into the router, restart the router, the wan ip is now the old pc ip, but still have only 20 MB
  7. C

    AC68U Stuck with old Wan Speed on Router Mode

    I've just did that, but still no luck
  8. C

    AC68U Stuck with old Wan Speed on Router Mode

    Yes, multiple times. The only suspect that i have is QoS, since both times that i have increased the internet speed it was enabled, could be that the router itselft is setting a limit on the bandwith over the wan port and is not clearing it out when qos got disabled / nvram cleared, but at this...
  9. C

    AC68U Stuck with old Wan Speed on Router Mode

    Hey Thanks for your reply, Normally I use the ISP Modem in Bridge modem, but the issue happens either in bridge and router modes. Yes, i used the same port for all the tests. Right now I have the AC68U in AP mode, bus as soon as i put it in Router Mode it will go down to 20M, no mather the...
  10. C

    AC68U Stuck with old Wan Speed on Router Mode

    Hello, I have an AC68U currently with Merlin 384.5 (in the last 24h Stock and tomato) with refuses to work with my new internet speed. Today i upgraded from 20M to 50M, and any speed test with the AC68U in Router Mode is stuck at 20M. If I plug in my desktop directly to the ISP Router, it...
Top