How to Install Pi-Hole on Proxmox using Debian
25% code:TS25
Windows 10 Pro a $16: https://biitt.ly/cjFl5
Windows 10 Home a $14: https://biitt.ly/6Fgdj
Windows 11 Pro a $22: https://biitt.ly/uJyPV
Office 2021 Pro a $51: https://biitt.ly/ATC8p
Office 2019 Pro a $45: https://biitt.ly/gUqKp
Office 2016 Pro a $27: https://biitt.ly/Cv10p
Store: https://epicpants.com
Music: https://zweihander.com
Website: https://teksyndicate.com
We’re going to install pihole on our proxmox box… see that video here:
This tutorial assumes you have already have proxmox installed and are ready to spin up some machines.
Stuff to download:
Proxmox (if you haven’t already): https://www.proxmox.com/
Debian: https://www.debian.org/
First, install debian or your linux distro of choice.
Once you reach the command line…
Install Sudo
apd install sudo
give yourself sudo permissions
usermod -aG sudo yourusername
Then change your dhcp to static
navigate up:
cd ..
then we need to use nano to edit a file:
nano etc/network/interfaces
Change DHCP to static (see the video)
Follow the video to install pihole
Then when you clone your pihole VM you can log in and change the hostname using this command:
hostnamectl set-hostname pihole
—————————–
Discord: https://discord.gg/vsCxNSD
Twitch: https://www.twitch.tv/midnightdojo/
Twitter: https://twitter.com/teksyndicate/
For marketing (sponsorship opportunities) inquiries email [email protected]
Ask us ANYTHING: [email protected]
As an Amazon Associate I may earn from qualifying purchases
Can somebody please explain why you'd want two instances of Pi-hole running?
The DNS Server does NOT "connect" you to the desired server. It only translates the url to an ip address.
19:39 – After adding the custom block-lists you forgot to go to Tools > Update Gravity (or via ssh and entering the "pihole updateGravity" command) to update the lists of blocked domains from all of the configured blocklists.
The 99,936 figure for "Domains on Adlists" is only from the default blocklist. 🙃
Just a suggestion, You can run 2 Pi-Hole servers on one OS in a docker container saves diskspace.
I still have around 5 brand new Pi4 (4gig ram) in the box. LOL. I should sell I guess.
Thanks man!!! Can you show us your Linux downloading VM next?