Show all clients not just router

Could you provide us with a debug token, please?

You can send us the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

Hey here is my debug token:

https://tricorder.pi-hole.net/pg2981ym30

When I dig the name I've added to /etc/hosts I get no response. Just empty. What could be the reason?

Please post the contents of your /etc/hosts file

cat /etc/hosts:

127.0.0.1       localhost
127.0.0.1       odroid
::1             localhost ip6-localhost ip6-loopback
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

192.168.178.23  Amazon-FireTV-Mum

Did you restart FTL after you made the changes?

What is the output of the forward and reverse digs for the domain you have added to the /etc/hosts file?

What is FTL? Sorry.

There is no output for the digs. For example:
dig +short Amazon-FireTV-Mum

Don't do a +short, just dig and show us the full output.

Ah sorry.

; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> Amazon-FireTV-Mum
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 27172
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;Amazon-FireTV-Mum.            IN      A

;; AUTHORITY SECTION:
.                       85079   IN      SOA     a.root-servers.net. nstld.verisi                                                                                                                                                                             gn-grs.com. 2020051001 1800 900 604800 86400

;; Query time: 1 msec
;; SERVER: 192.168.178.1#53(192.168.178.1)
;; WHEN: Sun May 10 23:56:31 CEST 2020
;; MSG SIZE  rcvd: 122

192.168.178.1 isn't your Pi-hole.

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
   192.168.112.2/20 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)

Of course not it's my router. Where do you got that information from and what to do then?

That's who's answering your dig commands.

But doing it in the system not in the Docker container is right or not? And I don't know why then or how to change it to the PiHole. The server (so the PiHole container) has the IP 192.168.178.29

Where did 192.168.112.2 come from?

That's my default docker network which PiHole is using. I could also create one for PiHole alone.
image

I apologize but your network is in a state that I'm unable to provide support for.

Okay then no problem. I will try things with PiHole 5 and if it does not working it's fine. Thank you anyway for your time and help!

Just fyi. With the local DNS records options in PiHole 5 it works well!