Jump to content

Why my pi-hole does not run on my web browsers ?

Go to solution Solved by MrMase,
10 minutes ago, thehwtw said:

I don't know.

Your screenshots show that firewalld has not been configured for http or dns, that is why I think your having issues

sudo firewall-cmd --add-service=http

sudo firewall-cmd --add-service=dns

 

I suspect these will fix your issues

I had tried Brave, Edge, Safari and Chrome  all said "10.0.10.64/admin refused to connect." And It's on CentOS 8 which is supported.

Screen Shot 2022-06-18 at 21.35.21.png

Link to comment
Share on other sites

Link to post
Share on other sites

Pihole admin page is HTTP by default but most browsers try to auto redirect to https by default. Try putting http:// explicitly in front of the ip to see if that helps.

Current Network Layout:

Current Build Log/PC:

Prior Build Log/PC:

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, Lurick said:

Pihole admin page is HTTP by default but most browsers try to auto redirect to https by default. Try putting http:// explicitly in front of the ip to see if that helps.

I have tried that and it still doesn't work.

Link to comment
Share on other sites

Link to post
Share on other sites

21 hours ago, thehwtw said:

I have tried that and it still doesn't work.

1406820560_ScreenRecording2022-06-18at22_00_37.mov

Watched the video and in this instance you was using Safari, the error code also showed Safari modifying your URL to www.10.0.10.64/admin.

 

Try going back to MS Edge from your first screenshot and trying http://10.0.10.64/admin

Link to comment
Share on other sites

Link to post
Share on other sites

49 minutes ago, C2dan88 said:

@RalphredIf you are forwarding all your dns requests (ipv4 and ipv6) to pihole then you should be able to access the admin interface via the domain http://pi.hole/admin

 

Also how have you setup pihole on centos?

I just run the commend "curl -sSL https://install.pi.hole.net | bash" on https://pi-hole.net

 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, MrMase said:

Watched the video and in this instance you was using Safari, the error code also showed Safari modifying your URL to www.10.0.10.64/admin.

Try going back to MS Edge from your first screenshot and trying http://10.0.10.64/admin

I tried it and this is the result

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, thehwtw said:

I tried it and this is the result

1447726944_ScreenRecording2022-06-19at20_30_57.mov

Ok so at this stage I would be looking at the device itself, I'm going to assume you don't have VLAN's in play that would bring in other firewall rules so.

 

On the CentOS device is the firewall enabled, if so did you add the allow rule for http connections?

Link to comment
Share on other sites

Link to post
Share on other sites

I run the commend "pi-hole -d" and here is all the stuff it gave me

 

Screen Shot 2022-06-19 at 20.45.09.png

Screen Shot 2022-06-19 at 20.44.58.png

Screen Shot 2022-06-19 at 20.44.46.png

Screen Shot 2022-06-19 at 20.44.41.png

Screen Shot 2022-06-19 at 20.44.23.png

Screen Shot 2022-06-19 at 20.43.58.png

Screen Shot 2022-06-19 at 20.43.50.png

Screen Shot 2022-06-19 at 20.43.39.png

Screen Shot 2022-06-19 at 20.44.32.png

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, MrMase said:

Ok so at this stage I would be looking at the device itself, I'm going to assume you don't have VLAN's in play that would bring in other firewall rules so.

 

On the CentOS device is the firewall enabled, if so did you add the allow rule for http connections?

I don't know.

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, thehwtw said:

I don't know.

Your screenshots show that firewalld has not been configured for http or dns, that is why I think your having issues

sudo firewall-cmd --add-service=http

sudo firewall-cmd --add-service=dns

 

I suspect these will fix your issues

Link to comment
Share on other sites

Link to post
Share on other sites

17 minutes ago, MrMase said:

Your screenshots show that firewalld has not been configured for http or dns, that is why I think your having issues

sudo firewall-cmd --add-service=http

sudo firewall-cmd --add-service=dns

 

I suspect these will fix your issues

Thanks. @MrMase

Link to comment
Share on other sites

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

×