unifios-utilities icon indicating copy to clipboard operation
unifios-utilities copied to clipboard

Pi-Hole cant determine hardware address

Open hydazz opened this issue 3 years ago • 0 comments

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 Screenshot 2022-09-04 at 10 02 50 am Screenshot 2022-09-04 at 10 04 45 am Screenshot 2022-09-04 at 10 05 33 am

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

hydazz avatar Sep 04 '22 00:09 hydazz