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. 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?
  2. 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?
  3. 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 ?
  4. S

    gcc can not run after installed for sometime

    i met a strange problem with gcc. i have a model rt-ac66u_b1 with asuswrt and the firmware is update to 386.9. GCC is installed via opkg, it can be run just after installed, but after several hours it can not run and out put ld error. i have make a factory reset and jffs formate, but there was...
  5. S

    There is no trx image in the zip format firmare

    I can't find the trx file in the zip file downloaded from offical site, only RT-AX68U_386.2_2_cferom_pureubi.w was found. And it is bigger that the old version. What's the diffierence between them?
  6. S

    Is there any method to debug the watch dog restart problem?

    I can not connect to the router by ssh and webgui. There are a lot of messages like this"check_watchdog: [check_watchdog] restart watchdog for no heartbeat" This problem occured accidentally, and can not get direct reason from the system log. Any tools for tracking this?
  7. S

    curl from firmware doesn't support proxy?

    after seting up a socks proxy , use "/usr/sbin/curl -x socks5://x.x.x.x:port cip.cc" to test, it return local ip address not the proxy's. while the curl from entware works. is the curl from firmware lack some feature.
  8. S

    amtm how to change the default curl located in /usr/sbin?

    How to change amtm's default curl from '/usr/sbin/curl' to '/opt/bin/curl'? Or how to set a socks proxy for the '/usr/sbin/curl'? For some reason, amtm can not install addons except using an socks proxy.
  9. S

    how to change the default permissions?

    when i create dirs, the default permission is 777, how to change this behaviour? use the umask in profile?
  10. S

    SMB netbios name was cut from device name

    I use RT-AC66U_B1, and it's device name is RT-AC66U_B1-2808 in webui samb setting page. After upgrade to 384.15, netbios name was changed from RT-AC66U_B1-2808 to RT-AC66U_B1-280. How to fix this ? thanks a lot for any help.
  11. S

    how to make dnsmasq and ipset affect router?

    i have put config in dnsmasq.conf as discribed below: server=/bin.entware.net/8.8.8.8 ipset=/bin.entware.net/proxy after i using some cmd like 'nslook or ping' through ssh tty, no ip appears in ipset proxy. but other clients in local lan through the router, that works fine, correct address...
  12. S

    how to save private key and ssh config file in Asuswrt Merlin?

    I want to login a remote server through ssh by key pair without passwd. Where should I put the private key and config files? In normal linux OS, just put them into $ home/.ssh directory. But in Merlin, I don't know which directory should be work. Thanks a lot for helping.
  13. S

    how to change the fonts family of the webui interface?

    The characters on the webui do not looking fine in my mother tongue. If I chose English, all look fine. If I force the browser use the default font family and ignore the that declared by asuswrt webui, it also works fine. So it may related with the font family declared in the asp or html files...
  14. S

    how to hold iptable rules?

    i have setup some rules and works fine. but sometime when i login by ssh, i found that the rules i setup disappeared. how can i hold the rules? and why this happened? thanks a lot!
  15. S

    some strange problem about internet

    i met some internet connection problems, i don't know when they happened. problem 1#: when devices connect to the asus router via openvpn, such as computer with windows os , or android cell phones, they can't visit github.com, and other sites can be visited. But if the devices connect directly...
  16. S

    how to run a program written in go language?

    i want to run some program written in go language ( lego, an acme client for, let's encrypt) . i download an released program (https://github.com/xenolf/lego/releases/download/v1.1.0/lego_v1.1.0_linux_armv7.tar.gz) and run it. i got an error" illegal instructions" i thought recompile may solve...
Top