Set Static IP with Pi-hole DNS on Raspberry Pi

Set Static IP with Pi-hole DNS on Raspberry Pi (Bookworm) These instructions guide you through setting a static IP address (192.168.1.2) on a Raspberry Pi running Bookworm OS using nmtui, with the Pi configured to use itself as the DNS server for Pi-hole. Prerequisites Raspberry Pi OS Bookworm is installed. You have terminal access (via … Read more

Raspberry Pi OS with Pi-Hole Installation





 

Raspberry Pi with Pi-Hole Setup Instructions

I recently upgraded my Pi-Hole OS from Buster (v10) to Bookworm (v12). Even though I did this a few years back, it is hard to remember the steps needed to accomplish the goal. Especially for those that are more versed in Windows OS than Linux type OS. This time I decided to document the procedure.

1. SD Card Setup

Updates the system and configures basic settings on the SD card.

sudo apt update && sudo apt full-upgrade -y
sudo raspi-config  # Timezone, SSH, expand filesystem
sudo reboot

Read more