NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tantrum
Jun 06, 2020Apprentice
RBR850 frequently issuing DNS REFUSED responses
Had the RBK852 now for just over a month, and have an issue I'll open a support ticket for. Wondered though if others have been experiencing anything similar. Basically and since day 1 after put...
- Jul 29, 2021
Good Luck. This issue is resolved by the beta thats available.
FURRYe38
Sep 20, 2020Guru - Experienced User
Retired_Member wrote:I guess you could set the
telnetd_enable=1 to 0 and do a nvram commit and reboot
Retired_Member
Sep 21, 2020I have inspected a litle further and with strace you could see tons of errormessages regarding read like this:
read(8, 0x166feda0, 272) = -1 EAGAIN (Resource temporarily unavailable)
where fd=8 is coming from the following call:
inotify_add_watch(8, "/tmp", IN_CLOSE_WRITE|IN_MOVED_TO) = 1
I guess the idea here was to watch for changes in resolve.conf and this might be a bug.
A lot of daemons logs to /tmp and making dnsmasq busy watching filecloses in /tmp
which result in the DNS forward request being "refused"
A workaround that seems to do the trick is to move resolv.conf to a less busy directory, in my case I created /tmp/dns/resolve.conf
and launched from commandline:
/usr/sbin/dnsmasq -h -n -c 0 -N -i br* -r /tmp/dns/resolv.conf -u root
No dns-errors after 1 hour running so fare
- Retired_MemberSep 22, 2020
Running without errors for 24 hours now, so this seems to have fixed it.
I will send the information to them, and request for a bugfix. Propably is the "-n" --no-poll feature broken and the file-poll badly implementet.
- FURRYe38Sep 22, 2020Guru - Experienced User
Any forum user experiencing problems with there NG products are encouraged to first and foremost make contact with NG support:
https://www.netgear.com/support/#
File a support ticket and let NG know about what you are experiencing. You can also try contacting a forum moderator as well. Blanca_O, and Christian_R, ErnestTheGreat are my first moderators I try to contact.
Thank you.
Ace321 wrote:Looks like you have signed up to be beta testers. As few of us are having these DNS issue, can you please forward the issue and above resolution to NG engineering? Hopefully they will take that into condieration in next foirmware update.
Thanks!