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

  1. PeterV

    Unbound - Authoritative Recursive Caching DNS Server

    Excuse me - small one -v instead capital one -V in grep ... i.e. netstat -nltp | grep -v '0.0.0.0' | awk '/unbound/ { print $4 } ' | tr ':' '#'
  2. PeterV

    Unbound - Authoritative Recursive Caching DNS Server

    any error with direct run of the command ? please run netstat -nltp | grep -v '0.0.0.0' | awk '/unbound/ { print $4 } ' | tr ':' '#' not from the script ... but from command prompt directly ? Excuse me - use -v switch instead of -V
  3. PeterV

    Unbound - Authoritative Recursive Caching DNS Server

    Yes, it's another point, why it required additional grep -v '0.0.0.0', i.e. $(netstat -nltp | grep -v '0.0.0.0' | awk '/unbound/ { print $4 } ' | tr ':' '#') edit: wrong switch was proposed, it have be small one, instead capital in my initial version ...
  4. PeterV

    Unbound - Authoritative Recursive Caching DNS Server

    Additionally, please take in account, if you use the UDP filter (-u switch), in some cases, due to UDP/netstat specifics, you will see the other "listening" ip+port combination. When process via UPD after sending the request is waiting for the answer on request, it will be shown as a "listening"...
  5. PeterV

    Unbound - Authoritative Recursive Caching DNS Server

    I can confirm - with more then one thread the caching quality was decreased. It's look like - the different thread use the different cache space ...
  6. PeterV

    [Release] Asuswrt-Merlin 384.14 (and 384.13_2) are now available

    Excuse me for a long silence mode, had several issues not related to the router. Only toay have a chance to visit forum ... It's look like everysthing is fixed. Thanks!
  7. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    How can I remove it? It's not a "my" part of dnsmasq.conf ... It's possible only via dnsmasq.postconf script and pc_delete, am I right? I have a fast answer - it was monitored via zabbix ps axk -pcpu o pcpu,comm|head -n11|tail -n10 99.7 dnsmasq 2.9 bcmsw_rx 2.3 init 1.2 networkmap 1.2...
  8. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    Hi. Log queries is already enabled. Nothing special. It wasn't crashed. It use one whole core (100% of core) and wasn't responce on any DHCP queries. In log it's look like a long time without DHCP queries. From wifi the symptom is - it's stuck on "Receiving the IP-address". I can't upload a...
  9. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    I made it - with no lucky. But, as I promised, I tried to use dnsmasq from aplha2 in beta1 - and it is working like a charm. No any issues during the whole day. I.e. instead Dnsmasq version 2.80-93-g6ebdc95 I mount Dnsmasq version 2.80-74-gdefd6b1
  10. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    Already did. Tomorrow, if it will be free time, I will try to test 14beta1 with dnsmasq from 14alpha2.
  11. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    You are not right My report not a first, and not an alone: Moreover: About me - nothing special: No IPV6, no DoT or DoH, only Diversion.
  12. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    Any comments on IT? I can try to do more deep debugging, if you can explain, how I can do it ...
  13. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    I did't use the DoT
  14. PeterV

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    I can confirm the issue. It's looks like something with dnsmasq. At least on my AX88U. After short period of time the dnsmasq use the whole 1 core of the router, and going to be fully irresponsible ... I reverted it back to the alpha2 - and everything is working as usual ... And the dnsmasq...
  15. PeterV

    Router abnormal behavior cpu

    It's an expected result. To be rightly prepared for the SkyNet I propose to start with AMTM
Back
Top