LAN DNS CNAME record pointing to IP record
Hello,
I want to set my LAN DNS entries to point to the Nginx Proxy Manager IP entry.
I created an IP record with the following settings:
Domain name: nginx.lan.domain
Type: IP
IP Address: 192.168.10.123
Apply To Lan: MyVLAN
It is correctly resolved by the nslookup query.
Later, I createda CNAME record with settings:
Domain name: grafana.lan.domain
Type: CNAME
CNAME: nginx.lan.domain
Apply To Lan: MyVLAN
When running nslookup grafana.lan.domain I get only "** server can't find grafana.lan.domain: NXDOMAIN"
What could be the case?
In the DHCP settings, I set up two DNS servers - 192.168.10.1 and the IP of my PiHole server.


