Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View Logs

docker-compose logs -f 

Router Configuration

...


Management User Interface


Connecting to the Web UI:

http://192.168.1.51/admin/


Image Added


Configuration

Forward DNS Requests (If not using DHCP)

If we were not using the DHCP option, we would specify the pi-hole IP address in the list of DNS servers on your router.

Management User Interface

Connecting to the Web UI:

http://192.168.1.51/admin/

Image Removed

...


DHCP Setup

Enable DHCP

Go From the pi-hole user interface, go to Settings → DHCP

Image Removed

Here . Here you can enable DHCP and specify static leases.

Image Added

Disable DHCP on your Router

If you are going to use pi-hole's DHCP service, you will need to turn off DHCP on the router.

Testing DHCP Service

sudo nmap --script broadcast-dhcp-discover -e en0

...