pi-hole/pi-hole

Querylog All Queries Same Host Problem

ceaydemir opened this issue · 1 comments

Versions

  • Pi-hole version is v5.17.3 (Latest: N/A)
  • web version is v5.21 (Latest: N/A)
  • FTL version is v5.24 (Latest: N/A)

Platform

  • OS and version: Linux pi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
  • Platform: Raspberry Pi

Expected behavior

I have a test environment and use dns records on Pihole. I added 3 dns record on pihole and removed this records when completed mission. And then on pihole query log screen is bugged. this is all records on same hostname. I do not track record because all record created same host. (mr2.cea.com)

Actual behavior / bug

On Pihole query log screen, all records created at same host. This host is not save and on local DNS records is empty and all activities has this host.

In addition to, on the network table, all ip address attach same hostname. (Last screenshot)

Steps to reproduce

Steps to reproduce the behavior:

  1. Local DNS -> DNS Records
  2. Add new host and ip address. This example mr2.cea.com hostname and 192.168.1.19 ip address.
  3. Delete the hosts on Local DNS Records.
  4. Wait query logs
  5. On Query Log screen has logs and too many log on this host.

Debug Token

Screenshots

image
image
Screenshot_20240114-103140_Opera

Additional context

Add any other context about the problem here.

this problem solve following this steps;

  1. ssh connection on pihole host
  2. pihole -f && pihone arpflush && pihone arpflush && pihone arpflush && pihole -f

this step run many times. Network table is flushed but cache not cleanup.

And then problem is solving.