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

    Entware Re-mounting attached USB storage without physically unplug and replug

    any idea how to "re-plug" USB flash drive (32GB USB stick) without doing it physically admin@RT-AC68U-XXXX:/tmp/home/root# hotplug2 [sighandler]: No more events to be processed, quitting. [cleanup]: Waiting for children. [cleanup]: All children terminated. admin@RT-AC68U-XXXX:/tmp/home/root#...
  2. P

    Cannot SSH into router when connected via 5Ghz wireless connection

    OK, it is some compatibility issue between Windows 10 and Asus SSH (dropbear) only on 5GHz when I try to access SSH from CentOS (Linux) running as VM in Windows 10, it works, and it doesn't have instability/freeze SSH issues
  3. P

    Cannot SSH into router when connected via 5Ghz wireless connection

    how can I add this to SSH config ? IPQoS cs0 cs0 maybe it would help https://discourse.osmc.tv/t/solved-ssh-connection-sometimes-hangs/76504/5 https://github.com/guysoft/OctoPi/issues/294 https://manpages.debian.org/stretch/openssh-server/sshd_config.5.en.html#IPQoS
  4. P

    Cannot SSH into router when connected via 5Ghz wireless connection

    SSH works fine on 2.4GHz, and it works fine from mobile device on 5GHz (Android) it may be issue with Intel Wireless card (Win 10) and Asus router only at 5GHz, still strange, looking for root-cause
  5. P

    Cannot SSH into router when connected via 5Ghz wireless connection

    You can connect to SSH, I didn't said it doesn't work at all, it is slow and not responsive (delays when tying commands) after some time SSH stops working, here and there you can still make connection, however typing simple ping 1.1.1.1 command takes 2 minutes, you are disconnected a few...
  6. P

    Cannot SSH into router when connected via 5Ghz wireless connection

    I would like to report the same problem SSH not responsive on 5GHz wireless, even after two factory resets, Asus Merlin Firmware Version: 386.2 running @ Asus RT-AC68U
  7. P

    IPSET rule keeps disappearing on AC68U

    you are right, it could be that router doesn't mount USB drive fast enough... I will adjust script (path) and move files to /jffs folder
  8. P

    IPSET rule keeps disappearing on AC68U

    since I use DNS-O-Matic, I thought ddns-start would be OK place to store ipset commands I have renamed/moved file from /jffs/scripts/ddns-start to /jffs/scripts/firewall-start I will report here if it makes any improvement, thank you for sharing your idea!
  9. P

    IPSET rule keeps disappearing on AC68U

    Hello, I am running Merlin Firmware Version: 384.18 on RT-AC68U I want to allow only IPs from UptimeDoctor in order to check my Internet Connection every 60 seconds (1 minute interval) using ICMP (ping) here is script I am using /jffs/scripts/ddns-start #!/bin/sh #whitelist uptimedoctor...
  10. P

    Dual wan anyone get it working with Reliability ?

    with ASUS you can forget it, fail-over and load-balancing just doesn't work reliably, and not only that, but the watchdog will sometimes break your primary WAN (stable) connection, and switch to Secondary WAN after X seconds, whatever you have configured, because of "failed" ICMP reply or DNS...
  11. P

    [Release] Asuswrt-Merlin 384.15 (and 384.13_4) are now available

    Merlin thank you for the new release, upgraded AC68U without any issues so far is there some example for "wan-event connected" since I run some scripts on wan-start
  12. P

    (Free) DDNS recommendation?

    https://www.reddit.com/r/sysadmin/comments/5zzvb8/anyone_suggest_a_free_dynamic_dns/
  13. P

    Dual wan anyone get it working with Reliability ?

    I have tested latest ASUS firmware for RT-AC68U (Version 3.0.0.4.384.81049 published at 2019/09/05) as stated here: https://www.asus.com/support/FAQ/1037368/ this is complete non-sense, why should working Secondary WAN connection during fail-back scenario be disconnected every X seconds, just...
  14. P

    Dual wan anyone get it working with Reliability ?

    @Magnus33 - you can checkout my efforts to get asus dual wan failover working - asus support (asus firmware engineers) are not able to understand how fail-over should work I have invested a considerable amount of time & effort to get asus dual wan failover working...
  15. P

    Asus Busybox missing "microcom" command - read/send SMS from shell using 3G/4G USB stick

    @Jings - thank you very much, I have tested this and it WORKS :) Do you have idea how to read sms messages from shell, and maybe how to delete them ?
  16. P

    [beta] Dual WAN helper script (discontinued)

    have you saw these https://www.netgear.com/home/products/mobile-broadband/lte-modems/default.aspx
  17. P

    [beta] Dual WAN helper script (discontinued)

    I don't know any better way to switch WAN connections, when one comes under certain speed, if you have any better idea let me know. having "speedtest" curl-http test running, should be optional for advanced users
  18. P

    [beta] Dual WAN helper script (discontinued)

    @andrusha7778 - thank you for your explanation I am using similar testing method, I disconnect COAX cabel from cable modem cable modem is primary WAN on ASUS - cable modem is in bridge mode, feeding Public IP to Asus Primary WAN Asus Secondary WAN is Huawei E3372 USB LTE (3G/4G) dongle, running...
  19. P

    [beta] Dual WAN helper script (discontinued)

    exactly, such code should be commented in order to improve it, to be specific some parts of the code needs improvement even though I am not C expert by any means, I have some basic understanding in reading code, and wanduck is just too complicated and without comments it is pretty much useless...
  20. P

    [beta] Dual WAN helper script (discontinued)

    please be careful when writing something like this, because I have tested 384.7_2 and it didn't brought any improvements testing just by cable pull-out from Primary WAN or Secondary WAN is not correct way to test in case of Internet outage, your ISP won't pull out cable from Primary or...
Top