unifios-utilities
unifios-utilities copied to clipboard
Pi-Hole cant determine hardware address
Describe the bug Pi-Hole cant determine the mac address of clients, they show up as N/A, so it cant match the IPs based on the MAC
To Reproduce Steps to reproduce the behavior: Follow Pi-Hole installation Pihole cant determine MACs as its on a bridged network, can the container be set to host?
Expected behavior The Hardware address should be populated with the clients MAC
Screenshots

UDM Information
- Variant Dream Machine Pro
- Firmware Version: 1.12.24
- Controller Version 7.2.93
Additional context LAN DNS is set to the pihole IP,
podman run -d \
--network dns \
--restart always \
--name pihole \
-e TZ="Australia/Melbourne" \
--cap-add=NET_ADMIN \
-v "/mnt/data/etc-pihole/:/etc/pihole/" \
-v "/mnt/data/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/" \
--dns=127.0.0.1 \
--dns=1.1.1.1 \
--dns=192.168.100.1 \
--dns=::1 \
--dns=2606:4700:4700::1111 \
--dns=... \
--hostname pi.hole \
-e VIRTUAL_HOST="pi.hole" \
-e PROXY_LOCATION="pi.hole" \
-e FTLCONF_REPLY_ADDR4="192.168.100.2" \
-e ServerIP="192.168.100.2" \
-e IPv6="True" \
-e ServerIPv6="..." \
pihole/pihole:latest