• 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!

Recent content by saccleo

  1. S

    mount in script post-mount can not work

    I set up in post-mount to replace the built-in acme.sh (the updated acme.sh installed at /opt/bin , actual path is /mnt/star/entware/bin ) via mount binding. The post-mount content is as follows: #!/bin/sh if [ -d "$1/.home" ] ; then mount --bind $1/.home /root fi if [ -d...
  2. S

    How to configure acme.sh to use dns challenge?

    My question is: when ports 80 and 443 are unavailable, how to configure buildin acme.sh to automatically apply and configure SSL certificates for third-party DDNS domains?
  3. S

    How to configure acme.sh to use dns challenge?

    According to Let’s Encrypt's official documentation, certificate requests using HTTP-01 or TLS-ALPN-01 challenges require ports 80 and 443, respectively. However, due to network restrictions, these ports are unavailable. Previously, when using ASUS’s official DDNS service, certificate issuance...
  4. S

    How to configure acme.sh to use dns challenge?

    After updating to version 3006, the built-in DDNS service asuscomm.com on ASUS routers is no longer available. Due to network restrictions preventing normal access to ports 80 and 443, how can I configure acme.sh to use DNS Challenge to apply for certificates?
  5. S

    Current plans regarding separate version branches

    i have an ax86u pro model, and i found a new firmware 3.0.0.6.102_34312_365, but i didn't found 3006 branch on asus-merlin website. So 3.0.0.6 is an offical firmware from ASUS? Is there any plan to support rt-ax86u pro with Merlin's 3006 version?
  6. S

    some iot devices can't connect to internet after a NAS give a static ip

    i assigned a manual IP address to the NAS using the router's GUI > LAN > DHCP Server page. The NAS works fine, other devices such as mobilephone, pad all works fine, except some iot devices. i can see the iot devices connected to the router, but they can not be accessed from the internet by...
  7. S

    some iot devices can't connect to internet after a NAS give a static ip

    I have a model rt-ax86u pro with merlin aswrt. After a static ip was given to a Nas, some iot devices can't not connect to the internet. All devices are in the same lan, none guess wifi used. After the static ip was canceled, all works fine. what's wrong?
  8. S

    Entware dig can not run in 386.12

    rt-ac66u_b1, just run dig in ssh terminal
  9. S

    Entware dig can not run in 386.12

    it does not work.
  10. S

    Entware dig can not run in 386.12

    i installed bind-dig from Entware, when i run dig in terminal, i got this netmgr/uverr2result.c:101:isc___nm_uverr2result(): unable to convert libuv error code in udp_send_cb (netmgr/udp.c:802) to isc_result: -38: function not implemented what wrong with this?
  11. S

    How to access webdav over ipv6?

    i have enable ipv6, and lighttpd embedded support ipv6. I found a temporary method, change /tmp/lighttpd.conf, kill lighttpd process and wait. but after reboot or webdav restart, all change lost.
  12. S

    How to access webdav over ipv6?

    it seems that lighttpd support ipv6, but it doesn't listen on ipv6? Is there any method to enable that ?
  13. S

    gcc can not run after installed for sometime

    You are right, i found that.
  14. S

    gcc can not run after installed for sometime

    i found these files are deleted after sometime, even include files i stored in other directory for backup. Are these files are treated as virus, so they are deleted.
  15. S

    gcc can not run after installed for sometime

    return nothing, these file are missing. after reinstall gcc, i can find these files again. /opt/lib/gcc/arm-openwrt-linux-gnueabi/8.4.0/crt1.o /opt/lib/gcc/arm-openwrt-linux-gnueabi/8.4.0/crti.o /opt/lib/gcc/arm-openwrt-linux-gnueabi/8.4.0/crtbeginS.o...
Back
Top