Temat: Maximum number of concurrent DNS queries reached (max: 150)

Czy ten limit można zwiększyć dla routera z którego korzysta około od 50 do 100 osób ?
Z jakiego powodu ten limit mógłby się wyczerpać ? Jaki powinien być ustawiony najlepiej ?

System to: OpenWrt 23.05, a sprzęt to: ASUS TUF-AX4200.

2

Odp: Maximum number of concurrent DNS queries reached (max: 150)

option cachesize  1000

W /etc/config/dhcp w głównej sekcji. Dodaj sobie i zrestartuj dnsmasq.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Maximum number of concurrent DNS queries reached (max: 150)

Tak wygląda konfiguracja i jestem w niej 1000 już:

config dnsmasq
    option domainneeded '1'
    option boguspriv '1'
    option filterwin2k '0'
    option localise_queries '1'
    option rebind_protection '1'
    option rebind_localhost '1'
    option local '/lan/'
    option domain 'lan'
    option expandhosts '1'
    option nonegcache '0'
    option cachesize '1000'
    option authoritative '1'
    option readethers '1'
    option leasefile '/tmp/dhcp.leases'
    option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
    option nonwildcard '1'
    option localservice '1'
    option ednspacket_max '1232'
    option filter_aaaa '0'
    option filter_a '0'
    list rebind_domain 'free.aero2.net.pl'
    option confdir '/tmp/dnsmasq.d'

config dhcp 'lan'
    option interface 'lan'
    option ra 'relay'
    option ignore '1'

config dhcp 'wan'
    option interface 'wan'
    option ignore '1'
    option start '100'
    option limit '150'
    option leasetime '12h'

config odhcpd 'odhcpd'
    option maindhcp '0'
    option leasefile '/tmp/hosts/odhcpd'
    option leasetrigger '/usr/sbin/odhcpd-update'
    option loglevel '4'

4

Odp: Maximum number of concurrent DNS queries reached (max: 150)

Restartowałeś go? Bo domyślny cache size to właśnie 150 i w/w komunikat pojawia się jak przekroczony jest już bufor.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Maximum number of concurrent DNS queries reached (max: 150)

Tak jest po resecie, czy mogło mieć to związek z brakiem dostępu do Internetu w tym okresie czasu czy nie ?

6

Odp: Maximum number of concurrent DNS queries reached (max: 150)

Nie raczej nie. Znajdź w /tmp wygenerowany konfig DNSmasq i zobacz czy masz tam to ustawione.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7

Odp: Maximum number of concurrent DNS queries reached (max: 150)

Tak wygląda, w tej lokalizacji był: /tmp/etc/dnsmasq.conf.cfg01411c

# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
enable-ubus=dnsmasq
expand-hosts
bind-dynamic
local-service
cache-size=1000
edns-packet-max=1232
domain=lan
local=/lan/
addn-hosts=/tmp/hosts
dhcp-leasefile=/tmp/dhcp.leases
resolv-file=/tmp/resolv.conf.d/resolv.conf.auto
stop-dns-rebind
rebind-localhost-ok
rebind-domain-ok=free.aero2.net.pl
dhcp-broadcast=tag:needs-broadcast
conf-dir=/tmp/dnsmasq.d
user=dnsmasq
group=dnsmasq


dhcp-ignore-names=tag:dhcp_bogus_hostname
conf-file=/usr/share/dnsmasq/dhcpbogushostname.conf


bogus-priv
conf-file=/usr/share/dnsmasq/rfc6761.conf
no-dhcp-interface=br-lan
no-dhcp-interface=eth1