Pihole no internet access

I'm new to pihole. I have installed pihole on casaos.
After adding it to dns I cant access internet also no device appears in client tab.

some background information:
Hardware: orangepi 5plus
I install pihole from casaos app store.
it is using bridge network.
router asus tuf=ax3000 v2

**log token : qEkzHF5c

thanks :)**

You posted this in Community Help with the tag "unsupported OS." But, you are running Pi-hole in Docker, and the OS in the container is supported. I removed the tag from the post.

*** [ DIAGNOSING ]: Operating system
[i] Pi-hole Docker Container: 2023.11.0
[✓] Distro:  Debian
[✓] Version: 11
[✓] dig return code: 0
[i] dig response: "Raspbian=10,11,12 Ubuntu=20,22,23 Debian=10,11,12 Fedora=36,37,38 CentOS=8,9"
[✓] Distro and version supported

You have Pi-hole configured for the eth0 interface of the Docker container, but how is this interface visible to other clients on the network? The listed IP is contained within the Docker container, and unless you set up access to the rest of the LAN, they don't see it.

[i] Default IPv4 gateway(s):
     172.17.0.1
   * Pinging first gateway 172.17.0.1...
[✓] Gateway responded.
[i] Default IPv6 gateway(s):

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] www.relacjetychmotywacja.lat is 0.0.0.0 on lo (127.0.0.1)
[✓] www.relacjetychmotywacja.lat is 0.0.0.0 on eth0 (172.17.0.2)
[✓] doubleclick.com is 172.253.116.139 via a remote, public DNS server (8.8.8.8)

I figured out the issue.

First, answer to your question is its using bridge network so the dns will be same as casaos/main linux os ip.

My port 53 was used by default os dnsmasq, because of this I used port 54 to install pihole. So I have free the port 53 and reinstall pihole.

Steps I followed

Step1: follow this guide to edit the resolve.conf file

Step2: systemctl stop dnsmasq

Step3 systemctl restart systemd-resolved

In most of the guide they didn't mentioned step2.

Note: if you are using casaos dont put local address as dns in resolve.conf file otherwise casaos will be unable to download file for pihole

Thanks for your help jfb :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.