Adlist update failed

Expected Behaviour:

When i try to update my Adlist i get sometimes a DNS error or a connection Error instead of a correct connection
-Ubunutu 24.04lts, Portainer 2.20.3, Docker 27.1.2, Docker Compose v2.29.1

Actual Behaviour:

[i] Neutrino emissions detected...
[✓] Pulling blocklist source list into range

[✓] Preparing new gravity database
[✓] Creating new gravity databases
[i] Using libz compression

[i] Target: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
[✗] Status: Connection Refused
[✗] List download failed: using previously cached list
[✓] Parsed 170228 exact domains and 0 ABP-style domains (ignored 1 non-domain entries)
Sample of non-domain entries:
- "0.0.0.0"

Pi-hole is running on a Portainer instance with unbound. Both are in a mcvlan network, have an own ip Adress and are in the same network. Pihole and unbound seems to work, but the adlist update fail all the time. In my Router i set the ip i gave to pihole in the mcvlan as DNS Server, and in Pihole i set a ref to unbound with port.

I tried some things but nothing work. For example i set in my Pi-Hole yaml FTLCONF_LOCAL_IPV4 to the IP i set for pi-hole in the mcvlan. Last i tried was to set the nameserver in nano /etc/resolv.conf for my ubuntu server to the ip of Pihole. I don´t know where the failure is and could need some help. If you need further informations let me know.

By default containers in macvlan network cannot directly talk to host and this is intentional.
It is needed to create a "bridge macvlan" interface in the host to allow the communication between host and container.

Did you enabled communication between the host and macvlan after creating the network?

fun fact: it worked before with same settings and i don´t needed a bridge...but i will try this out

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