Cant add something to Ad list

The issue I am facing:

so i installed Pihole on docker and im trieying to figure things out but i got everthing set up.
At least its working the Domains and everything go through the only problem im facing is that i cant add anything to the Add list.

i really dont know hat i should do all the ports are right it seems like the Pi cant acces the site to download the list, at least thats what i thought

i saw that curl coulnt connect to the server but what do i do now?

Details about my system:

/var/log/pihole/pihole_debug.log

What I have changed since installing Pi-hole:

This is the path to your local debug log file, and we have no access to this file.

When you attempted to upload the debug log, were you unable to do so?

Also, what is the complete output of the following command from the Pi terminal?

pihole -g

root@pihole:/# pihole -g
  [i] Neutrino emissions detected...
  [✓] Pulling blocklist source list into range

  [✓] Preparing new gravity database
  [i] Using libz compression
  [i] Target: https://urlhaus.abuse.ch/downloads/hostfile/
  [✗] Status: Connection Refused
  [✗] List download failed: no cached list available

  [✓] Creating new gravity databases
  [✓] Storing downloaded domains in new gravity database
  [✓] Building tree
  [✓] Swapping databases
  [✓] The old database remains available.
  [i] Number of gravity domains: 0 (0 unique domains)
  [i] Number of exact blacklisted domains: 0
  [i] Number of regex blacklist filters: 0
  [i] Number of exact whitelisted domains: 0
  [i] Number of regex whitelist filters: 0
  [✓] Flushing DNS cache
  [✓] Cleaning up stray matter

  [✓] FTL is listening on port 53
     [✓] UDP (IPv4)
     [✓] TCP (IPv4)
     [✓] UDP (IPv6)
     [✓] TCP (IPv6)

  [✓] Pi-hole blocking is enabled

thats what i got with your command, there were more links but i coulnt copy all bcs ther can only be 5 in 1 message

[✓] ** FINISHED DEBUGGING! **

  • The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
    [i] Debug script running in automated mode
    * Using curl for transmission.
    * curl failed, contact Pi-hole support for assistance.
    * Error message: curl: (7) Couldn't connect to server

[✗] There was an error uploading your debug log.

  • Please try again or contact the Pi-hole team for assistance.
  • A local copy of the debug log can be found at: /var/log/pihole/pihole_debug.log

upload failed

Format your text output as "preformatted text" using the format tools - </>.

This will strip the links.

It appears that the Pi does not have connectivity. Look in your debug log for any errors related to IP addresses.

can i somehow upload the Debug log so you can access it?

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
    192.168.178.224/24

[✗] No IPv6 address(es) found on the eth0 interface.

[i] Default IPv4 gateway(s):
[i] Default IPv6 gateway(s):

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✗] Failed to resolve  on lo (127.0.0.1)
[✗] Failed to resolve  on eth0 (192.168.178.224)
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (8.8.8.8)

*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
[✓] No IPv6 address available on lo
[✓] No IPv6 address available on eth0
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)

Thats about what happend at nwtworking

i think i did something wrong the "networking" in Portainer

How did you start the container? using a compose file? using the "+ Add container" button?

If you are using Portainer, you can also use compose files.

  • On the left menu, Select "Stacks" (right above "Containers");
  • On the next page, click on "+ Add stack" button;
  • Type a name (use lowercase) for the stack and paste the contents of a compose file on the text field (use Pi-hole compose file as a start).

id did what you said but i still got the same results on the debug

*** [ DIAGNOSING ]: Networking
[✗] No IPv4 address(es) found on the eth0 interface.

[✗] No IPv6 address(es) found on the eth0 interface.

[i] Default IPv4 gateway(s):
[i] Default IPv6 gateway(s):

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✗] Failed to resolve  on lo (127.0.0.1)
[✗] Failed to resolve  on eth2 (172.18.0.2)
[✓] doubleclick.com is 142.250.184.206 via a remote, public DNS server (8.8.8.8)

*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
[✓] No IPv6 address available on lo
[✓] No IPv6 address available on eth2
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)

i have to say i alreday had Pihole working,but i wanted to install it in a docker and here i am :smiley: so i think the problem is between Docker(portainer) and my FirtzBox i guess?

if someone wants to help over Discord im down ;:smiley:

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