Jump to content

I am trying to set up a Pi-Hole like they did in one of their videos and I cant get past the step where you have to run the command:

curl -sSL https://install.pi-hole.net | bash

It comes back with an error like this: 

 

curl: (6) Could not resolve host: install.pi-hole.net

 

How can i fix this?

Link to comment
https://linustechtips.com/topic/1151608-pi-hole-video-questionerror/
Share on other sites

Link to post
Share on other sites

7 minutes ago, duncannah said:

That would usually mean there's no internet or the DNS is not working. Maybe substitute the URL part with https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated install/basic-install.sh ?

I tried to substitute it but that didnt work, adn how can i test internet and dns?

Link to post
Share on other sites

definately not connected to the internet.

which pi are you using, and which distro are you using? (probably rasbian, but is it full or lite?)

 

like others said, start over from scratch and see where that takes you

How do Reavers clean their spears?

|Specs in profile|

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

Link to post
Share on other sites

Try a dig google.com @1.1.1.1 then that will indicate if you can actually resolve records out

Otherwise you can update your /etc/resolv.conf to point to a nameserver if you can fix your other connectivity.

PC : 3600 · Crosshair VI WiFi · 2x16GB RGB 3200 · 1080Ti SC2 · 1TB WD SN750 · EVGA 1600G2 · Define C 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×