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

    Help!!! Asus 4G-AC68U keeps dropping connection

    I had similar issues, wrote a script that helped me and another user, check it out: https://www.snbforums.com/threads/asus-4g-ac68u-cellular-4g-keep-dropping-consistently.56335
  2. L

    ASUS 4G-AC68U - Cellular 4G keep dropping consistently

    Here is the script, comments include a small guide. #!/bin/sh # author: antti.lagus@gmail.com # script for monitoring internet connection # uses following crontab (/var/spool/cron/crontabs/<routeradminname>): # * * * * * /jffs/check_net_routerv # restoring crontab...
  3. L

    ASUS 4G-AC68U - Cellular 4G keep dropping consistently

    UPDATE: I made a router-only version of the script and am now running it on the router to test it out. Now only waiting for the Internet connection to fail :D. UPDATE2: Scripts and cronjob survive reboot, tested. Sorry to say, but no Internet connection breakage yet..:p UPDATE3: Internet...
  4. L

    ASUS 4G-AC68U - Cellular 4G keep dropping consistently

    I'm using the PI for it. (for couple of reasons). - It has Ubuntu on it (the PI version), that platform is more familiar to me than the rooters own firmware. - The ASUS firmware doesnt have crontab on it. That means more work running scripts on regular bases. -- "normal" home gets sweeped on...
  5. L

    ASUS 4G-AC68U - Cellular 4G keep dropping consistently

    Hello, I was facing the same problem. The router is not able to renew its WAN IP when it changes occasionally (mine is about once a week). I tackled the problem by using my Raspberry PI, wrote a monitoring script (bash) which I'm running with cron every minute. If the internet connection goes...
Top