π³οΈPi-Hole
How Pi-Hole is Set up in GCP and On-Prem
Intro
As of writing this we have 2 Pi-Hole setups, one "on-prem" and one in Google Cloud. The "on-prem" version is running a Raspberry Pi 3B+.
On-Prem
Pi-Hole GUI Access
Go to either http://redpoint-locke/admin OR http://192.168.1.251/admin
Admin credentials are in 1Password
Pi-Hole Console Access
SSH into
redpoint-locke
as pi user:ssh pi@redpoint-locke
Credentials for pi user are in 1Password
Google Cloud
Pi-Hole GUI Access
Connect to VPN. See VPN Doc.
Go to: http://10.66.66.1/admin/
Pi-Hole Console Access
Set Up
gcloud
cli (See GCP CLI Doc)SSH into
pi-hole
instance:gcloud compute ssh pi-hole
(Only omit Zone and Project if defaults are set)
Updating
Occasionally you will need to update PiHole. If you see an update is needed when in the GUI or console then you should update as soon as possible.
To Update:
Follow the above instructions for getting into the correct instance (GCP or On-Prem) for console access.
Issue the following command:
pihole -up
If any issues arise, resolve as necessary.
Last updated
Was this helpful?