Users are seeing all network traffic as originating from their eero router's IP address instead of individual client IPs. A feature to maintain client IP visibility directly on the Pi-hole would help resolve this issue.
I'm currently seeing all network traffic as originating from [192.168.4.1](http://192.168.4.1), my eero router's IP address. I'm pulling my hair out trying to figure out how to maintain client IP visibility! Here are all the details on my setup: * Pi-hole running in a Docker container, hosted on Unraid. It has its own IP address, [192.168.5.60](http://192.168.5.60), separate from its Unraid host, which is 192.168.5.42. * The Custom DNS on my eero network has [192.168.5.60](http://192.168.5.60) set as the primary DNS server, with [1.1.1.1](http://1.1.1.1) as the secondary DNS server. * Devices on my network span 192.168.4.x and 192.168.5.x subnets. * eero support recommended I switch to manual DHCP, which I did and I see no changes. * I have rebooted client devices and renewed their leases, but they still see [192.168.4.1](http://192.168.4.1) as their DNS server. * Running nslookup confirms [192.168.4.1](http://192.168.4.1) is the DNS server. Have others gotten this working on eero so the client devices talk directly to Pi-hole without proxying through the eero router?