Recent content by Marian Straton

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

    How to delay vpn start at boot

    Hi hs, I'm glad I've helped :p
  2. M

    How to delay vpn start at boot

    If you can't use version RMelin mentioned, I was thinking to something more like forcing the ntp update. Something like: ntpupdate(){ local success=1 ping -n -c 1 -W 1 -w 1000 $1 1>/dev/null 2>&1 if [ $? = 0 ]; then ntpclient -c 1 -d -s -l -h $1 1>/dev/null 2>&1 if [ $? = 0 ]...
  3. M

    How to delay vpn start at boot

    Assuming you're vpn client start script listen to nvram boot complete, from there you can: - variant 1, buggy, sleep like 60 sec hopping ntp will update - variant 2, less buggy, ntp update in the script, and continue after (eliminate original problem) - variant 3. wait like 30s (or research...
  4. M

    RT-N18U supported sources

    For anyone who wants, I've prepared a repo that gives you RT-N18U support for compiling. It has it all but not well tested. The link is https://github.com/smarian/asuswrt-merlin.git look on branch RT-N18U tag RT-N18U I have to confess that it seems the build I've achieved satisfy my needs, so...
  5. M

    Asuswrt-Merlin on RT-N18U

    well, You can definitely compile you're self as other told. I already done and now experimenting with (hope last binary there to match) tuxera binaries. Have to put a right tarket.mak, fiddle with release/src/router/emf bin, /src/router/tuxera, and release/src/router/wl_arm/ wl_apsta.o. and...
Top