Recent content by jwierzbo

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

    RT-AX86U internet over Wifi is laggy

    After a year my internet through WiFi started lagging - websites are loading partially, videos are keeping loading. As a fast fix (for few minutes/hours) disable and enable wifi on phone helps for a while. As for a long time fix (many hours/couple of days) I need to reboot the router. How to...
  2. J

    Custom SSL

    I was looking for a way to set certs in consol script so I could automate cert refreshment (acme.sh)
  3. J

    Custom SSL

    So there is no other option? Every time once cert will expire i need to upload it manually? Also this option required to enable DDNS Client which force me to choose some DDNS server and hostname..
  4. J

    Custom SSL

    Hi, is there a way to load your custom signed SSL cert in original AsusWRT firmware? Once I've put my certs into and run restart_httpd the old-original key is being reverted into /etc/key.pem cp /jffs/custom-cert/key.pem /etc/key.pem cp /jffs/custom-cert/cert.pem /etc/cert.pem service...
  5. J

    How to start srcript automatically after reboot (RT-AC86U)

    Nope. It works fine when i run it manually: /jffs/scripts/dnsmasq.sh
  6. J

    How to start srcript automatically after reboot (RT-AC86U)

    I've checked it today and it doesn't not work on my RT-AC86U (with newest firmware: 3.0.0.4.386_40451). Script is not executed after router restart: $ ssh x.x.x.x $ cat /jffs/scripts/dnsmasq.sh #!/bin/sh echo "test" > /jffs/scripts/test.txt killall dnsmasq dnsmasq --no-poll --log-async -c 1500...
  7. J

    How to start srcript automatically after reboot (RT-AC86U)

    Could you provide any links? Thanks this is what i was looking for! Is there any documentation for it (and for others features which I'm not aware yet)?
  8. J

    How to start srcript automatically after reboot (RT-AC86U)

    I would like to run automatically after every reboot my custom script e.g. /jffs/myscript.sh Is it possible with official AsusWRT firmware (Merlin firmware has such a feature)?
Top