Set dns server is not used

hi,
I am on the latest fedora.
I got a pihole installed on a homeserver and set that ip-adress as my dns on my eno1

nmcli dev show eno1 | grep IP4

outputs

IP4.ADDRESS[1]:                         192.168.178.21/24
IP4.GATEWAY:                            192.168.178.1
IP4.ROUTE[1]:                           dst = 192.168.178.0/24, nh = 0.0.0.0, mt = 100
IP4.ROUTE[2]:                           dst = 0.0.0.0/0, nh = 192.168.178.1, mt = 100
IP4.DNS[1]:                             192.168.178.2

so that seems to be set right i guess?

I have added a dns enty on pihole proxmox.local

but when i do an nslookup proxmox.local if outputs this:

Server:		127.0.0.53
Address:	127.0.0.53#53

** server can't find proxmox.local: REFUSED

shouldn`t the server be 192.168.178.2 ?

but when i do a lookup on a domain that is not set in the pihole i get a different response
nslookup proxmox.local2
outputs

Server:		127.0.0.53
Address:	127.0.0.53#53

** server can't find proxmox.local2: NXDOMAIN

So i guess my lookup is getting to the pihole???

1 Like

dang, thanks, i guess I should have simply tested another domain

1 Like