Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Why is Moode pounding my router?
#6
@HemiRick

Dnsmasq is using Cloudflare's DNS (1.1.1.1) to resolve ARP requests from your moOde player.

Let's take just this snippet

Code:
Sep 11 10:38:24 dnsmasq[26771]: query[A] EA7300.home.linksys.com from 192.168.1.130
...
Sep 11 10:38:24 dnsmasq[26771]: query[AAAA] EA7300.home.linksys.com from 192.168.1.130
Sep 11 10:38:24 dnsmasq[26771]: forwarded EA7300.home.linksys.com to 1.1.1.1
Sep 11 10:38:24 dnsmasq[26771]: reply EA7300.home.linksys.com is NXDOMAIN
Sep 11 10:38:24 dnsmasq[26771]: reply EA7300.home.linksys.com is NODATA-IPv6
...
Sep 11 10:38:24 dnsmasq[26771]: reply EA7300.home.linksys.com is NODATA-IPv4...


Your moOde player sends IPv4/v6 DNS requests asking the address of EA7300.home.linksys.com.
Dnsmasq on your Pi-Hole doesn't recognize the hostname and forwards it to Cloudflare's DNS (1.1.1.1). 
The reply data: 
NXDOMAIN === non-existent domain (not surprising; Cloudflare doesn't know your LAN)
NODATAIP-v4/6 === no A/AAA record on the hostname



Regards,
Kent
Reply


Messages In This Thread
Why is Moode pounding my router? - by HemiRick - 09-10-2019, 10:28 PM
RE: Why is Moode pounding my router? - by TheOldPresbyope - 09-11-2019, 12:21 PM
RE: Why is Moode pounding my router? - by rb0135 - 09-12-2019, 08:15 AM
RE: Why is Moode pounding my router? - by DRONE7 - 09-17-2019, 07:07 AM
RE: Why is Moode pounding my router? - by rb0135 - 09-18-2019, 09:19 AM

Forum Jump: