[Solved] AdGuard Home only showing router IP address in client list
I am super lost on what to do to get my different devices IP address/names listed.
Router: Unifi Dream Machine
Router has DNS set to AGH IP address and the router is automatically setting DNS for each device. It makes sense that the router IP address is the only one showing, but I'm pretty sure there is a way to get distinct client IPs to show.
I don’t know which router equipment you’re using so I can’t advise further, however, In your DHCP server settings you need to set the DNS server to your AdGuard DNS and then release/renew your leases on your client devices. (This can be a command like ipconfig /release on your Win machines, or reconnecting your wifi on mobile devices).
From one of your devices can you check what DNS server they are using? It sounds like the router is setting itself as the DNS server. This would mean all your devices would list your router's IP address and the DNS server. This is a different setting than the DNS server that your router is using.
If that's the case you tell your router to tell your devices to set the DNS server to the IP address of your AdGuard Home device. Alternatively, you can manually set the DNS server on your devices.
I also will note you should add some catch all's to block known dns ips like Google's, as there are many devices with hard coded DNS in them that will bypass your DNS. I use opnsense and block all dns requests except to my adguard home + Google DNS Ips.
You can set up firewall rules to redirect the traffic destined for public DNS servers to your internal DNS server.
Not sure how to construct that rule in the unifi firewall but it comes down to "any outbound traffic on port 53 that's not destined for the adguard server, redirect it."