I am running Pi-hole as the DNS server on our home network. There is a continuous stream of about 400 queries per minute of alternating requests for "A" and "AAAA" records from another Raspberry Pi on the network. All these queries are for the host name of the rouge Pi. In other words it is asking for it's own address.
Typical query logs look like this:
Type Domain Client Status Reply
===========================================================
AAAA rouge.local rouge.local OK (cached) NODATA
A rouge.local rouge.local OK (cached) IP
AAAA rouge.local rouge.local OK (cached) NODATA
A rouge.local rouge.local OK (cached) IP
AAAA rouge.local rouge.local OK (cached) NODATA
etc...
How do I identify what service on the rouge Pi is generating these endless queries?
I realise this could perhaps be asked instead on SuperUser or RaspberryPi or even AskUbuntu. I will move it if this is considered the wrong place to ask. Thanks all.