tsunami2311
Senior Member
so i been seeing this for while on my router
Maximum number of concurrent DNS queries reached (max: 150)
I was told to look at heck the dnsmasq documentation, and provide an appropriate dnsmasq.add or dnsmasq.postconf to adjust it. so went to look at https://github.com/RMerl/asuswrt-merlin/wiki/Custom-config-files
and google and finding this
http://www.snbforums.com/threads/ac66u-on-45-maximum-number-of-dns-queries-reached-150.19304/
Didnt really make much seen to me but from all this and the if knew about creating reboot cron job i came up with this
cat << EOF >/jffs/configs/dnsmasq.conf.add
#!/bin/sh
-dns-forward-max=200
EOF
so instead of 150 i would have 200?, did all that checked the scripts they was there I rebooted the router and the router no long was accessing the web, it was connect to the internet according the router but no web page came up, So i factory defaulted and resorted my nvrams backups.
Maximum number of concurrent DNS queries reached (max: 150)
I was told to look at heck the dnsmasq documentation, and provide an appropriate dnsmasq.add or dnsmasq.postconf to adjust it. so went to look at https://github.com/RMerl/asuswrt-merlin/wiki/Custom-config-files
and google and finding this
http://www.snbforums.com/threads/ac66u-on-45-maximum-number-of-dns-queries-reached-150.19304/
Didnt really make much seen to me but from all this and the if knew about creating reboot cron job i came up with this
cat << EOF >/jffs/configs/dnsmasq.conf.add
#!/bin/sh
-dns-forward-max=200
EOF
so instead of 150 i would have 200?, did all that checked the scripts they was there I rebooted the router and the router no long was accessing the web, it was connect to the internet according the router but no web page came up, So i factory defaulted and resorted my nvrams backups.
Last edited: