Recent content by pseu_asus

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

    ASUSwrt DNSMASQ service can't be restarted

    Found dnsmasq can still resolve names but couldn't offer IP address by its DHCP service. Run "service restart_dnsmasq" but no "Done" output. checked syslog, the output was: Apr 18 11:09:31 rc_service: service 23364:notify_rc restart_dnsmasq Apr 18 11:09:31 rc_service: waitting...
  2. P

    getop long options not work

    @ColinTaylor , Thanks, Colin. Yeah, I didn't notice that the short option is mandatory even if I just pursue the long one. Now I see. It works.
  3. P

    getop long options not work

    Hi, all, I have a simple script where I would like to use getopt long option, seems it can't work on ASUSwrt, do you have any idea? Here is the simplified script: #!/usr/sh args=$(getopt -l us,ca,mx,misc -- "$@") if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi eval set -- "$args"...
  4. P

    Is there a way to suppress a specific message from syslog?

    Hi, guys, My AX-56U router recently got overwhemled by a specific msg in syslog, it looked like this format: I got thousands of them, making me hard to find other critical information. I have increased my syslog size to 2048 by nvram set log_size=2048 admin@RT-AX56U:/tmp# grep "kernel: TCP...
  5. P

    ASUSwrt dnsmasq addn-hosts entry limit

    Hi, Seems on my ASUSwrt, the dnsmasq addn-hosts entries are limited. I have the following config on the dnsmasq user conf file: addn-hosts=/jffs/hosts. Then I download multiple ad-block and malware-block hosts file from Internet and put to the directory /jffs/hosts. The total entries in...
  6. P

    kernel: TCP: mptcp_fallback_infinite

    Now the mptcp_fallback_infinite keeps increasing in syslog. Run service restart_wan did not clear it. Should I reboot the router to have a try?
  7. P

    kernel: TCP: mptcp_fallback_infinite

    Hi,Guys, I have setup dual WAN on my router for over two years. Today I found in the syslog it displayed the following error msg. (The total threads was over 1200 since yesterday). So far no impact to my home network. maven@PSU-AX56U-CM:/jffs# grep "kernel: TCP: mptcp_fallback_infinite"...
  8. P

    My ASUS AX-56U date/time changed to default after WAN disconnected for over 30 minutes

    Hi, Colin, I did run the command "uptime" to confirm the router did not reboot . maven@RT-AX56U-CM:/tmp/home/root# uptime 20:43:16 up 30 days, 17:46, load average: 0.60, 0.66, 0.72 That's why it is weird. If it was rebooted, I wouldn't start this thread.
  9. P

    My ASUS AX-56U date/time changed to default after WAN disconnected for over 30 minutes

    Thanks, I don't expect any fix on the old gun. I will setup a home NTP server and point my device to it so as to work around.
  10. P

    My ASUS AX-56U date/time changed to default after WAN disconnected for over 30 minutes

    Thanks for your further information. And the situation was: the storm just caused the provider's network outage about 2 miles away. And there was no power outage at my home. I had run the "uptime" command on my router to confirm that. Yes, I will consider to have a NTP server in my home network...
  11. P

    My ASUS AX-56U date/time changed to default after WAN disconnected for over 30 minutes

    Thanks! Q: The question is why would that be so critical? A: The timestamp change in syslog (probably system date/time changed) when losing WAN connection is related to some of my scripts. I have to update the scripts when querying some keywords from syslog with proper date/time.
  12. P

    My ASUS AX-56U date/time changed to default after WAN disconnected for over 30 minutes

    Hi, Guys, I found my AX-56U router's syslog timestamp changed to May 5,2018 when I was reviewing the syslog file for trouble shooting. The router did not reboot for about 2 weeks and I had no power outage at home. After I narrowed down , I found this happened days ago when there was a storm...
  13. P

    NVRAM Dual-WAN nvram: wans_routing_rulelist

    Great! You made my life a lot easier:)
  14. P

    NVRAM Dual-WAN nvram: wans_routing_rulelist

    Thanks for your prompt reply, Colin. If I want to use a script to update it, for example nvram set wans_routing_rulelist=<172.18.1.6>all>1<172.18.1.2>all>0 will it update the correct value? or it will write to the empty one?
  15. P

    NVRAM Dual-WAN nvram: wans_routing_rulelist

    Hi, I found I got duplicated nvram values for wans_routing_rulelist. One is empty, the other seems correct and working. Not sure why this happened. How can I correct it and prevent it from happening again? maven@PSU-AX56U-1:/tmp/home/root# nvram show 2>/dev/null | grep wans wans_cap=wan lan...
Top