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

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

    Hi! Did you reset to factory settings and manually reconfigured after? I had my share of issues that were due to some weird stuck settings between fw revisions. My recommendation? Save your current settings, load this fork, reset to factory settings and then try the wifi signal before investing...
  2. Santiago C

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

    And this should be done in every reboot, just put that in /jffs/scripts/init-start and it should be good to go
  3. Santiago C

    Kernel Error: unregister_netdevice: waiting for tun11 to become free. Usage count = 1

    Thanks! Didn't realize the MIPS/ARM difference, but both were fixed by commit https://github.com/wl500g/wl500g/commit/d25101079fd09485c5d11f01090cbea3aaccaa9b (only one actual line, which I could not find in the latest tun.c in your repo)
  4. Santiago C

    Kernel Error: unregister_netdevice: waiting for tun11 to become free. Usage count = 1

    Hi! I am recurrently having an issue whenever the OpenVPN client is stopped and can only revert it by rebooting. Currently using @john9527 fork but for what I could see the kernel is exactly as last Merlin's. My syslog if filled with: kern.emerg kernel: unregister_netdevice: waiting for tun11...
  5. Santiago C

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

    Hi @john9527, how are you? I have a couple comments this time: QoS question here: Do the rules apply to traffic originated in the router itself? let's say (hypothetically speaking here Mr. NSA) someone has a torrent client running on the router; would that traffic be subject to the QoS rules? I...
  6. Santiago C

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

    Hi guys. I have been facing issues with the TUN interface in the last couple days. For some reason when the OpenVPN client either stops or restarts (ex, change in my IP address, wan restart) I get my syslog flooded with this messages: kern.emerg kernel: unregister_netdevice: waiting for tun11 to...
  7. Santiago C

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

    Hi @john9527. I have just updated to 22E4 and for some reason in the System Log page the WAN Uptime is 0 (even showing the legend "WAN is down"). I am accessing my router from a remote location right now, so obviously my connection is up and running... What can I do to help out debugging what's...
  8. Santiago C

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

    Weird, dnsmasq.conf would not get updated (with/without the SERVER=127.0.0.1#{port} entries) unless I specifically restart it... I did not check the system log though, will probably do once I get home, just for the sake of it! S --
  9. Santiago C

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

    Hi @john9527. Quick question: Shouldn't dnsmasq be restarted whenever you enable/disable DNSCrypt, since the proxy server is in dnsmasq.conf? S --
  10. Santiago C

    Selective Routing with Asuswrt-Merlin

    Hi! This post has been extremely helpful setting up my routes so I wanted to share what I ended up doing in my AC68U running john9527's 374.43_2 fork 22E2 Scenario: I have an OpenVPN client running (PIA) I require every outgoing connection to be tunneled, even those by the router itself I...
  11. Santiago C

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

    I second this, just found out I can no longer access SSH from the wan side
  12. Santiago C

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

    This might not work after all, even though ping states it is pinging from the selected ip. Al least as far as traceroute goes, no matter what interface I choose, everything goes through the default route...
  13. Santiago C

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

    Glad to help! I try to go the extra mile to ease your burden whenever I can although I can only debug as far as loading github and trying to manually follow a logic scenario in the source code, not an easy task sometimes! I’ll probably update later today, cannot resist not being in the last...
  14. Santiago C

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

    Hi @john9527, happy new year! Again your DualWAN (only?) user reporting something weird wanduck.c, line 327, int do_ping_detect(int wan_unit), is the code that does the ping and checks for the existence of the resulting file as a flag. Thing is, the ping is done always from the default route...
  15. Santiago C

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

    EDIT: It worked! The script saved the output of "route" before dropping traffic on the primary wan, after 90 seconds (when the default route was successfully switched to the secondary wan) and again after removing the firewall entry. I still think it should also work if "Redirect to error pag"...
  16. Santiago C

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

    Edit: Never mind, I found it! http://www.snbforums.com/threads/fork-asuswrt-merlin-374-43-lts-releases-v20e9-v22ba.18914/page-249#post-297897 Hi @john9527, do you think it could help if I can get a fw version with DEBUG_NOISY defined? That way I would be able to see the output of csprintf() in...
  17. Santiago C

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

    Hi! Yes, I can confirm 20E9 can setup a PPPoE connection at least on my AC68U (my ISP even has a specific VLAN tag I need to use and that also works)
  18. Santiago C

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

    Happy Holidays ;)
  19. Santiago C

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

    Hi @john9527 I've been doing some more testing: I have linked /dev/null to an actual file in a hard drive and have an ssh window open watching its contents. I have submited the iptables statement to block traffic, the resulting "log" in /dev/null changes as expected. I have opened a new ssh...
  20. Santiago C

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

    It didn't work, was left with no internet access whatsoever, but the default route kept pointing to vlan3, @"#$! Thoughts? I guess merging Merlin's current wanduck is a no-go but I see the do_ping_detect does more than just use the file as a flag in his current code, maybe importing just that...
Top