Unifi & PiHole Configuration

2022-02-19

Introduction

Below are the steps needed to setup PiHole with Unifi UDM Pro. The sofware versions involved are:

  • Unifi UDM Pro: Network v6.5.55
  • Raspberry PI 4: PiHole v5.8.1

TL;DR

The main actions to note are:

  • Setup networks for devices that you require in Unifi.
  • Ensure the networks have no content filtering in Unifi.
  • Setup appropriate network/firewall rules to allow access to DNS.
  • Install and enable PiHole

Configuration

PiHole

I have a raspberry Pi 4 attached to my home network.

Unifi

I have setup 4 networks with the following CIDRs: Unifi network CIDRs

You need to setup firewall rules to control traffic on your network but in order to allow DNS traffic to your PiHole you'll need the following:

  • Rule Type: LAN in
  • Description: ALLOW ALL to DNS
  • Action: Accept
  • IPv4 Protocol: TCP and UDP

Source Settings

  • Source Type: Address/Port Group
  • IPv4 Address Group: Any
  • IPv4 Port Group: Any

Destination Settings

  • Destination Type: Address/Port Group
  • IPv4 Protocol: DNS Server -> Create a group with the IP of the DNS Server with PiHole.
  • Port Group: DNS Port -> Create a group with the port number 53.

Save those settings.

Next you'll need to set the DNS IP for all the networks that you've setup as follows: Go to each network and set the DNS IP to the DNS Server (in my case it's 192.168.1.2):

DNS settings for network

Make sure that no content filtering settings have been set as this will interfere with DNS queries. Content filtering settings

Save those settings.